Added support to reuse form data if validation fails, refs #672

This commit is contained in:
Andreas Burchert (scarya)
2011-03-19 13:43:01 +01:00
parent 3a6779570f
commit ef8c3d3cf7
4 changed files with 43 additions and 4 deletions

View File

@@ -40,6 +40,9 @@ if($page == 'customers'
{
if($action == '')
{
// clear request data
unset($_SESSION['requestData']);
$log->logAction(ADM_ACTION, LOG_NOTICE, "viewed admin_customers");
$fields = array(
'c.loginname' => $lng['login']['username'],