"fixed typo"

This commit is contained in:
Ralf Becker 2008-03-22 09:31:23 +00:00
parent ea3ae107d1
commit b550aeecf5

View File

@ -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']))