call constructor of sbox class

This commit is contained in:
Ralf Becker 2003-05-05 20:59:14 +00:00
parent 0953e3e21b
commit 52ad25deb0

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') =";