This commit is contained in:
Dante
2015-12-09 17:55:15 -04:00
parent 4a851614db
commit 805286bb9f

View File

@@ -129,6 +129,8 @@ if ($action == "draft"){
$mainUrl = '/sys'. $pmws .'/en/'. $enviroment .'/cases/open?APP_UID='.$appUid.'&DEL_INDEX='.$delIndex.'&action='.$action.'&gmail=1'; $mainUrl = '/sys'. $pmws .'/en/'. $enviroment .'/cases/open?APP_UID='.$appUid.'&DEL_INDEX='.$delIndex.'&action='.$action.'&gmail=1';
header( 'location:' . $mainUrl ); header( 'location:' . $mainUrl );
$_SESSION['APPLICATION'] =$appUid ;
$_SESSION['INDEX'] = $delIndex;
die; die;
} }