From b550aeecf50e394889728ae41e631658cb83e5dd Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sat, 22 Mar 2008 09:31:23 +0000 Subject: [PATCH] "fixed typo" --- etemplate/inc/class.db_tools.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etemplate/inc/class.db_tools.inc.php b/etemplate/inc/class.db_tools.inc.php index 3904ebee26..cefc543687 100644 --- a/etemplate/inc/class.db_tools.inc.php +++ b/etemplate/inc/class.db_tools.inc.php @@ -48,7 +48,7 @@ class 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(); if (!is_array($GLOBALS['egw_info']['apps']) || !count($GLOBALS['egw_info']['apps']))