PMCORE-3876 Check Backward Incompatible Changes, specially "String to Number Comparison"
This commit is contained in:
@@ -17,7 +17,7 @@ class caseSchedulerProxy extends HttpProxyController
|
||||
$sch_uid = $oData['EVN_ACTION'];
|
||||
|
||||
if ($sch_uid != '') {
|
||||
$oProcessMap = new ProcessMap( new DBConnection() );
|
||||
$oProcessMap = new ProcessMap();
|
||||
$rows = $oProcessMap->caseNewSchedulerList( $sch_uid );
|
||||
if ($rows['SCH_OPTION'] == '3') {
|
||||
$sch_start_day = explode( '|', $rows['SCH_START_DAY'] );
|
||||
|
||||
Reference in New Issue
Block a user