mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 09:53:20 +01:00
formatting
This commit is contained in:
parent
e17a39e584
commit
6174ed9c72
@ -9,6 +9,7 @@
|
|||||||
* Free Software Foundation; either version 2 of the License, or (at your *
|
* Free Software Foundation; either version 2 of the License, or (at your *
|
||||||
* option) any later version. *
|
* option) any later version. *
|
||||||
\***************************************************************************/
|
\***************************************************************************/
|
||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
class uilog
|
class uilog
|
||||||
@ -36,7 +37,7 @@
|
|||||||
$this->html = createobject('admin.html');
|
$this->html = createobject('admin.html');
|
||||||
$this->t = CreateObject('phpgwapi.Template',$GLOBALS['phpgw']->common->get_tpl_dir('admin'));
|
$this->t = CreateObject('phpgwapi.Template',$GLOBALS['phpgw']->common->get_tpl_dir('admin'));
|
||||||
$this->lastid = '';
|
$this->lastid = '';
|
||||||
$this->editmode = false;
|
$this->editmode = False;
|
||||||
|
|
||||||
// Handle the Edit Table Button
|
// Handle the Edit Table Button
|
||||||
if (isset($editable))
|
if (isset($editable))
|
||||||
@ -68,7 +69,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Reset Mode to display...
|
// Reset Mode to display...
|
||||||
$this->editmode = false;
|
$this->editmode = False;
|
||||||
$this->layout = $layout;
|
$this->layout = $layout;
|
||||||
|
|
||||||
// Save the fields_inc values in Session and User Preferences...
|
// Save the fields_inc values in Session and User Preferences...
|
||||||
@ -146,7 +147,7 @@
|
|||||||
|
|
||||||
function list_log()
|
function list_log()
|
||||||
{
|
{
|
||||||
if (false) // add some errors to the log...
|
if (False) // add some errors to the log...
|
||||||
{
|
{
|
||||||
// Test 1: single Error line immedeately to errorlog
|
// Test 1: single Error line immedeately to errorlog
|
||||||
// (could be type Debug, Info, Warning, or Error)
|
// (could be type Debug, Info, Warning, or Error)
|
||||||
|
Loading…
Reference in New Issue
Block a user