forked from extern/egroupware
call constructor of sbox class
This commit is contained in:
parent
0953e3e21b
commit
52ad25deb0
@ -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
|
* 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)
|
function getId($name,$lang_name,$prompt,$id_name,$content='',$note='',$multiple=False)
|
||||||
{
|
{
|
||||||
// echo "<p>getId('$name','$lang_name','$prompt',$id_name,'$content') =";
|
// echo "<p>getId('$name','$lang_name','$prompt',$id_name,'$content') =";
|
||||||
|
Loading…
Reference in New Issue
Block a user