batchschdule latest changes
This commit is contained in:
parent
657c5734c7
commit
cfac64ec20
@ -325,7 +325,7 @@ class HallTickets_Controller extends REST_Controller {
|
||||
{
|
||||
$fileArray[]=$filedetailsarray['SubjectID'];
|
||||
}
|
||||
|
||||
// print_r( $fileArray);
|
||||
$data['subjectDetails'] = $this->Hallticket_model->getExistDetailsfileupload($university,$courseArray,$branchId);
|
||||
// print_r( $data['subjectDetails']);
|
||||
if($data['subjectDetails'] == 1 )
|
||||
@ -337,7 +337,13 @@ class HallTickets_Controller extends REST_Controller {
|
||||
{
|
||||
$maparray[]=$object->SubjectCode;
|
||||
}
|
||||
if ($fileArray == $maparray)
|
||||
// $a1=$fileArray;
|
||||
// $b1=$maparray;
|
||||
// print_r($maparray);
|
||||
$result=array_diff($fileArray,$maparray);
|
||||
$unmatched= sizeof($result);
|
||||
|
||||
if ($unmatched == 0 )
|
||||
{
|
||||
|
||||
foreach($courseArray as $CourseDatialArray)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user