From ec9c277770789a510b8ec6de79404806f04b4eb7 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 30 Oct 2007 16:17:48 +0000 Subject: [PATCH] "removed deleting, as it might not be always wanted, maybe we make it configurable later on" --- timesheet/inc/class.datasource_timesheet.inc.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/timesheet/inc/class.datasource_timesheet.inc.php b/timesheet/inc/class.datasource_timesheet.inc.php index 894cb27692..7a2e5c723b 100644 --- a/timesheet/inc/class.datasource_timesheet.inc.php +++ b/timesheet/inc/class.datasource_timesheet.inc.php @@ -96,6 +96,7 @@ class datasource_timesheet extends datasource * @param int $id * @return boolean true on success, false on error */ +/* removed deleting, as it might not be always wanted, maybe we make it configurable later on function delete($id) { if (!is_object($GLOBALS['botimesheet'])) @@ -104,4 +105,5 @@ class datasource_timesheet extends datasource } return $GLOBALS['botimesheet']->delete($id); } +*/ }