summaryrefslogtreecommitdiff
path: root/includes/pages/admin_rooms.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2011-12-27 15:42:13 +0100
committerPhilip Häusler <msquare@notrademark.de>2011-12-27 15:42:13 +0100
commit82592662978903a50ad2b31669c0ed56e0fb9129 (patch)
treecb86dd59fb9cc0bfba6589307158e33548417a4c /includes/pages/admin_rooms.php
parente0ffeb100568890ac32717d8ddf98d6d501655fc (diff)
#44 shiftplan
Diffstat (limited to 'includes/pages/admin_rooms.php')
-rw-r--r--includes/pages/admin_rooms.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/pages/admin_rooms.php b/includes/pages/admin_rooms.php
index f4b6f8f9..f6e071c8 100644
--- a/includes/pages/admin_rooms.php
+++ b/includes/pages/admin_rooms.php
@@ -3,7 +3,7 @@ function admin_rooms() {
global $user;
$html = "";
- $rooms = sql_select("SELECT * FROM `Room` ORDER BY `Number`, `Name`");
+ $rooms = sql_select("SELECT * FROM `Room` ORDER BY `Name`");
if (!isset ($_REQUEST["action"])) {
$html .= "Hallo " . $user['Nick'] .
",<br />\nhier hast du die M&ouml;glichkeit, neue R&auml;ume f&uuml;r die Schichtpl&auml;ne einzutragen " .