Skip to content

Commit

Permalink
SQL file added, minor corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
Rishabh04-02 committed Jun 27, 2018
1 parent a4b31ad commit f01d566
Show file tree
Hide file tree
Showing 2 changed files with 457 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api-dbconnect.php
Original file line number Diff line number Diff line change
Expand Up @@ -1961,8 +1961,8 @@ public static function departmentsname($name) {
$name = "Unknown Department";
break;
}
//echo $name;
return $name;
echo $name;
//return $name;
}


Expand Down
Loading

0 comments on commit f01d566

Please sign in to comment.