Skip to content

Commit

Permalink
Update class.general.php
Browse files Browse the repository at this point in the history
  • Loading branch information
saltrupiao authored Mar 19, 2022
1 parent 3772159 commit 71c8826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/class.general.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ class General{
* Function to test connection
*/
public static function checkConnection() {
return DatabaseConnector::query('SELECT * FROM item',array());
return DatabaseConnector::query('SELECT * FROM ITEM',array());
}
}
?>
Expand Down

0 comments on commit 71c8826

Please sign in to comment.