Fix: remove obsolete code
This commit is contained in:
parent
cbec43e098
commit
6b48e3af89
@ -152,7 +152,7 @@ class Form
|
|||||||
}
|
}
|
||||||
else if ($typeofdata == 'day' || $typeofdata == 'datepicker')
|
else if ($typeofdata == 'day' || $typeofdata == 'datepicker')
|
||||||
{
|
{
|
||||||
$ret.=$this->form_date($_SERVER['PHP_SELF'].($objectkey?'?id='.$object->id:''),$value,$htmlname);
|
$ret.=$this->form_date($_SERVER['PHP_SELF'].'?id='.$object->id,$value,$htmlname);
|
||||||
}
|
}
|
||||||
else if (preg_match('/^ckeditor/',$typeofdata))
|
else if (preg_match('/^ckeditor/',$typeofdata))
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user