mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 17:48:56 +01:00
"fixed typo"
This commit is contained in:
parent
ea3ae107d1
commit
b550aeecf5
@ -48,7 +48,7 @@ class db_tools
|
|||||||
*/
|
*/
|
||||||
function db_tools()
|
function db_tools()
|
||||||
{
|
{
|
||||||
$this->editor = new etemplate.etemplate('etemplate.db-tools.edit');
|
$this->editor = new etemplate('etemplate.db-tools.edit');
|
||||||
$this->data = array();
|
$this->data = array();
|
||||||
|
|
||||||
if (!is_array($GLOBALS['egw_info']['apps']) || !count($GLOBALS['egw_info']['apps']))
|
if (!is_array($GLOBALS['egw_info']['apps']) || !count($GLOBALS['egw_info']['apps']))
|
||||||
|
Loading…
Reference in New Issue
Block a user