define('SERVER_URL', "http://www.mxchange.org");
// This current patch level
-define('CURR_SVN_REVISION', "345");
+define('CURR_SVN_REVISION', "346");
// Take a prime number which is long (if you know a longer one please try it out!)
define('_PRIME', 591623);
// Secure ID number
$aid = bigintval($_GET['admin']);
$_POST['edit'] = "1";
- $_POST['sel'][$aid] = array("1");
+ $_POST['sel'][$aid] = "1";
}
+
if ((isset($_POST['edit'])) && (SELECTION_COUNT($_POST['sel']) > 0)) {
// Edit account(s)
ADMINS_EDIT_ADMIN_ACCOUNTS($_POST);