BUG 10148 I added validation to value 1 in checkbox SOLVED

I added validation to value 1 in checkbox
This commit is contained in:
Brayan Osmar Pereyra Suxo
2012-12-06 15:30:36 -04:00
parent 71f5699d54
commit 0510888b5e
3 changed files with 26 additions and 27 deletions

View File

@@ -25,7 +25,7 @@
try {
$_POST['form'] = array_merge($_POST['form'],$_REQUEST['form']);
if ($_GET['APP_UID'] !== $_SESSION['APPLICATION']) {
throw new Exception( G::LoadTranslation( 'ID_INVALID_APPLICATION_ID_MSG', array ('<a href=\'' . $_SERVER['HTTP_REFERER'] . '\'>{1}</a>',G::LoadTranslation( 'ID_REOPEN' )
) ) );