took off the "notice" to make a case sendfield without listed cases
This commit is contained in:
@@ -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']){
|
||||
|
||||
Reference in New Issue
Block a user