Help, I'm PHP illiterate and I'm getting the following error when going to the Customers tab in admin:
Parse error: syntax error, unexpected T_CASE in /admin/customers.php on line 267
This is line 267:
case 'deleteconfirm':
For convenience I'm also copying a few lines above and below:
I'm using version 1.3.7.1.Code:} else if ($error == true) { $cInfo = new objectInfo($_POST); $processed = true; } break; case 'deleteconfirm': // demo active test if (zen_admin_demo()) { $_GET['action']= ''; $messageStack->add_session(ERROR_ADMIN_DEMO, 'caution'); zen_redirect(zen_href_link(FILENAME_CUSTOMERS, zen_get_all_get_params(array('cID', 'action')), 'NONSSL')); }
Thanks in advance for any assistance





