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);

View File

@@ -113,6 +113,10 @@ class page {
$tpl = "presence";
include('include_presence.php');
break;
case 'schools':
# ISKOLÁK
include('include_schools.php');
break;
case 'training_types':
# EDZÉS TÍPUSOK
include('include_training_types.php');
@@ -145,6 +149,10 @@ class page {
# KÖRZET TÖRLÉS
include('include_delete_region.php');
break;
case 'delete_school':
# ISKOLA TÖRLÉS
include('include_delete_school.php');
break;
case 'logout':
# kijelentkezés
$from = "coach";