Fixed class name processMap to ProcessMap
This commit is contained in:
davidcallizaya
2017-08-04 16:21:06 -04:00
parent 205fd191cf
commit eb43543daf
38 changed files with 1049 additions and 1049 deletions

View File

@@ -14,7 +14,7 @@ class caseSchedulerProxy extends HttpProxyController
$sch_uid = $oData['EVN_ACTION'];
if ($sch_uid != '') {
$oProcessMap = new processMap( new DBConnection() );
$oProcessMap = new ProcessMap( new DBConnection() );
$rows = $oProcessMap->caseNewSchedulerList( $sch_uid );
if ($rows['SCH_OPTION'] == '3') {
$sch_start_day = explode( '|', $rows['SCH_START_DAY'] );