sort fix. school edit.

This commit is contained in:
Ricsi
2016-12-16 21:52:29 +01:00
parent d458b996a4
commit 52e8c55e81
18 changed files with 119 additions and 6 deletions

View File

@@ -58,7 +58,7 @@ class login {
(ua_name = '" . $_user_name . "' AND
ua_password = '" . md5($_user_password ) . "')";
echo $check_query;
//echo $check_query;
if ($sql->num_of_rows($check_query)) return $sql->single_variable($check_query);