summaryrefslogtreecommitdiff
path: root/www-ssl/admin/room.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-06-01 12:41:37 +0200
committerPhilip Häusler <msquare@notrademark.de>2011-06-01 12:41:37 +0200
commitebecae2ccc37c8930245a562852c035d5ce8d5a1 (patch)
tree5f99f5b9b987f906a1f0edeb6a1bde11e1b9d810 /www-ssl/admin/room.php
parentf87279226fa4c94832206d58fb32ee3becd68053 (diff)
rename aray -> array
Diffstat (limited to 'www-ssl/admin/room.php')
-rwxr-xr-xwww-ssl/admin/room.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www-ssl/admin/room.php b/www-ssl/admin/room.php
index 151d9bca..4854acb6 100755
--- a/www-ssl/admin/room.php
+++ b/www-ssl/admin/room.php
@@ -2,7 +2,7 @@
$title = "R&auml;ume";
$header = "Verwaltung der R&auml;ume";
include ("../../includes/header.php");
-include ("../../includes/funktion_schichtplan_aray.php");
+include ("../../includes/funktion_schichtplan_array.php");
$Sql = "SELECT * FROM `Room` ORDER BY `Number`, `Name`";
$Erg = mysql_query($Sql, $con);