Skip to content

Commit f01d566

Browse files
committed
SQL file added, minor corrections
1 parent a4b31ad commit f01d566

File tree

2 files changed

+457
-2
lines changed

2 files changed

+457
-2
lines changed

api-dbconnect.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1961,8 +1961,8 @@ public static function departmentsname($name) {
19611961
$name = "Unknown Department";
19621962
break;
19631963
}
1964-
//echo $name;
1965-
return $name;
1964+
echo $name;
1965+
//return $name;
19661966
}
19671967

19681968

0 commit comments

Comments
 (0)