mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
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
|
||||
*/
|
||||
|
||||
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') =";
|
||||
|
Loading…
Reference in New Issue
Block a user