From 36ed2608fdc7472a09da57f75629f77c16226bdc Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Sun, 13 Apr 2003 16:02:32 +0000 Subject: [PATCH] sbox2 now calls the constructor of sbox --- etemplate/inc/class.sbox2.inc.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/etemplate/inc/class.sbox2.inc.php b/etemplate/inc/class.sbox2.inc.php index d883b53175..884abfe246 100644 --- a/etemplate/inc/class.sbox2.inc.php +++ b/etemplate/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') =";