mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:27 +01:00
Updated CodeCorner3 (markdown)
parent
a8d6aa6f9d
commit
8d0c5f80b6
@ -353,7 +353,7 @@ This function is added to the <em>class.test_ui.inc.php</em> file.
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
$tpl=new etemplate('test.index');
|
$tpl=new etemplate('test.index');
|
||||||
$tpl->set_cell_attribute('debuginfos','disabled',!$debug);
|
$tpl->setElementAttribute('debuginfo','disabled',!$debug);
|
||||||
$tpl->exec('test.test_ui.index',$content);
|
$tpl->exec('test.test_ui.index',$content);
|
||||||
// the debug info will be displayed at the very end of the page
|
// the debug info will be displayed at the very end of the page
|
||||||
//_debug_array($content);
|
//_debug_array($content);
|
||||||
|
Loading…
Reference in New Issue
Block a user