mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
"removed deleting, as it might not be always wanted, maybe we make it configurable later on"
This commit is contained in:
parent
a696057734
commit
ec9c277770
@ -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);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user