forked from extern/egroupware
sbox2 now calls the constructor of sbox
This commit is contained in:
parent
565199d6e1
commit
36ed2608fd
@ -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