Added support to reuse form data if validation fails, refs #672
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
function standard_error($errors = '', $replacer = '')
|
||||
{
|
||||
global $db, $userinfo, $s, $header, $footer, $lng;
|
||||
$_SESSION['requestData'] = $_POST;
|
||||
$replacer = htmlentities($replacer);
|
||||
|
||||
if(!is_array($errors))
|
||||
|
||||
Reference in New Issue
Block a user