"removed deleting, as it might not be always wanted, maybe we make it configurable later on"

This commit is contained in:
Ralf Becker 2007-10-30 16:17:48 +00:00
parent a696057734
commit ec9c277770

View File

@ -96,6 +96,7 @@ class datasource_timesheet extends datasource
* @param int $id * @param int $id
* @return boolean true on success, false on error * @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) function delete($id)
{ {
if (!is_object($GLOBALS['botimesheet'])) if (!is_object($GLOBALS['botimesheet']))
@ -104,4 +105,5 @@ class datasource_timesheet extends datasource
} }
return $GLOBALS['botimesheet']->delete($id); return $GLOBALS['botimesheet']->delete($id);
} }
*/
} }