@@ -308,7 +308,7 @@ |
||
| 308 | 308 | // if the same gender same DOE has more than one |
| 309 | 309 | if($doe_students > 1){ |
| 310 | 310 | $studentData = $this->searchSimilarName($student, $sis_users,false); |
| 311 | - }else{ |
|
| 311 | + } else{ |
|
| 312 | 312 | $studentData = $this->searchSimilarName($student, $sis_users); |
| 313 | 313 | } |
| 314 | 314 | return $studentData; |