Skip to content

Commit

Permalink
Revert "User Model Commit"
Browse files Browse the repository at this point in the history
This reverts commit a6d963adefa63512c88d654ef5e5d6dc86118dfc.
  • Loading branch information
StevenLeighton1 committed Mar 25, 2016
1 parent 19fc276 commit c29a873
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion models/user.php
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ public function User($user_id){

public function User_Login($email, $password){
$db = GetDB();


//query for the user in the database using credentials
$query = "SELECT * FROM `user` WHERE `email` = '" . $email . "' AND `password` = '" . $password . "';";
Expand Down

0 comments on commit c29a873

Please sign in to comment.