From e19da05e52b17ec3b006d5413da681a8a9b3842b Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 23 May 2005 08:00:54 +0000 Subject: [PATCH] fixed problem on home-page: set_app(etemplate) was missing --- etemplate/inc/class.soetemplate.inc.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etemplate/inc/class.soetemplate.inc.php b/etemplate/inc/class.soetemplate.inc.php index b1a8de5a24..9e7651c709 100644 --- a/etemplate/inc/class.soetemplate.inc.php +++ b/etemplate/inc/class.soetemplate.inc.php @@ -91,6 +91,7 @@ function soetemplate($name='',$template='',$lang='',$group=0,$version='',$rows=1,$cols=1) { $this->db = clone($GLOBALS['phpgw']->db); + $this->db->set_app('etemplate'); $this->db_cols = $this->db_key_cols + $this->db_data_cols; if (empty($name)) @@ -1265,4 +1266,4 @@ } } } - \ No newline at end of file +