mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
reverted accidently commited timesheet_ui
This commit is contained in:
parent
33c6766c88
commit
5a93e1d283
@ -54,8 +54,7 @@ class timesheet_ui extends timesheet_bo
|
|||||||
|
|
||||||
function edit($content = null,$view = false)
|
function edit($content = null,$view = false)
|
||||||
{
|
{
|
||||||
error_log(__METHOD__.'('.array2string($content).')');
|
$etpl = new etemplate('timesheet.edit');
|
||||||
$etpl = new etemplate_new('timesheet.edit');
|
|
||||||
if (!is_array($content))
|
if (!is_array($content))
|
||||||
{
|
{
|
||||||
if ($_GET['msg']) $msg = strip_tags($_GET['msg']);
|
if ($_GET['msg']) $msg = strip_tags($_GET['msg']);
|
||||||
|
Loading…
Reference in New Issue
Block a user