took off the "notice" to make a case sendfield without listed cases

This commit is contained in:
Alvaro Campos
2011-01-18 16:52:51 +00:00
parent bda341af63
commit 3ec9d7eba3

View File

@@ -1164,6 +1164,11 @@ switch ($_POST ['action']) {
}
// G::pr ( $_SESSION );
if(!isset($_POST['form']['INPUT_DOCUMENT'])){
$_POST['form']['INPUT_DOCUMENT'] = '';
}
if (isset($_SESSION['_DBArray']['inputDocument'])){
foreach($_SESSION['_DBArray']['inputDocument'] as $inputDocument){
if ($inputDocument['guid']==$_POST['form']['INPUT_DOCUMENT']){