sbox2 now calls the constructor of sbox

This commit is contained in:
Ralf Becker 2003-04-13 16:02:32 +00:00
parent 565199d6e1
commit 36ed2608fd

View File

@ -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 "<p>getId('$name','$lang_name','$prompt',$id_name,'$content') =";