@@ -138,7 +138,7 @@ discard block |
||
138 | 138 | if(!empty($students)){ |
139 | 139 | $this->output->writeln(count($students). 'students remaining'); |
140 | 140 | array_walk($students, array($this, 'clone')); |
141 | - }else{ |
|
141 | + } else{ |
|
142 | 142 | $this->output->writeln('All are generated'); |
143 | 143 | exit; |
144 | 144 | } |
@@ -238,7 +238,7 @@ discard block |
||
238 | 238 | Institution_student::updateExaminationData($studentData, $admissionInfo); |
239 | 239 | $this->updateStudentId($student, $studentData); |
240 | 240 | } |
241 | - }else{ |
|
241 | + } else{ |
|
242 | 242 | $this->output->writeln('institution not found'. $student['schoolid'].' '. $student['st_no'] . 'not imported'); |
243 | 243 | } |
244 | 244 | } |