diff options
Diffstat (limited to 'www-ssl/admin/room.php')
-rwxr-xr-x | www-ssl/admin/room.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-ssl/admin/room.php b/www-ssl/admin/room.php index c2f556f2..9b3dce1a 100755 --- a/www-ssl/admin/room.php +++ b/www-ssl/admin/room.php @@ -3,7 +3,7 @@ $title = "Räume"; $header = "Verwaltung der Räume"; include ("./inc/header.php"); include ("./inc/funktion_user.php"); -include ("./inc/funktion_schichtplan.php"); +include ("./inc/funktion_schichtplan_aray.php"); $Sql = "SELECT * FROM `Room` ORDER BY Number, Name"; $Erg = mysql_query($Sql, $con); |