From 52ad25deb0e43cde2b7b5637273e6f5c56f87776 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 5 May 2003 20:59:14 +0000 Subject: [PATCH] call constructor of sbox class --- phpgwapi/inc/class.sbox2.inc.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/phpgwapi/inc/class.sbox2.inc.php b/phpgwapi/inc/class.sbox2.inc.php index d883b53175..884abfe246 100644 --- a/phpgwapi/inc/class.sbox2.inc.php +++ b/phpgwapi/inc/class.sbox2.inc.php @@ -51,6 +51,11 @@ * In the submitted page the vars $query_XXX and $id_XXX are set according to what is selected, see getAddress as Example */ + function sbox2() + { + $this->sbox(); // call constructor extended class + } + function getId($name,$lang_name,$prompt,$id_name,$content='',$note='',$multiple=False) { // echo "

getId('$name','$lang_name','$prompt',$id_name,'$content') =";