replace g()
This commit is contained in:
parent
9e5745aedb
commit
d021d1b061
5 changed files with 28 additions and 10 deletions
|
|
@ -88,12 +88,12 @@ class IPoste extends HtmlInput
|
|||
$this->extra2="all";
|
||||
$this->extra="";
|
||||
$this->attribute=array();
|
||||
$this->id=$p_id;
|
||||
$this->id=$p_id;
|
||||
$this->nb_row=1;
|
||||
|
||||
}
|
||||
|
||||
static function ipopup($p_name)
|
||||
static function ipopup($p_name)
|
||||
{
|
||||
$ip=new IPopup($p_name);
|
||||
$ip->title='Plan comptable';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue