mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Added deprecated message near the old 'form' class (replaced by the new form handler)
This commit is contained in:
@@ -138,8 +138,8 @@ class e_form
|
||||
}
|
||||
else
|
||||
{
|
||||
$target = str_replace("&", "&", $target);
|
||||
$text = "\n<form {$class} action='{$target}' id='".$this->name2id($name)."' method = '{$method}'{$autoComplete}>\n";
|
||||
$target = str_replace("&", "&", $target);
|
||||
$text = "\n<form {$class} action='{$target}' id='".$this->name2id($name)."' method = '{$method}'{$autoComplete}>\n";
|
||||
}
|
||||
return $text;
|
||||
}
|
||||
@@ -4453,6 +4453,7 @@ class e_form
|
||||
}
|
||||
}
|
||||
|
||||
// DEPRECATED - use above methods instead ($frm)
|
||||
class form
|
||||
{
|
||||
function form_open($form_method, $form_action, $form_name = "", $form_target = "", $form_enctype = "", $form_js = "")
|
||||
|
Reference in New Issue
Block a user