mod_roomReservationConfig: when whitelisting a room, the log message for un-whitelist...
authorrohieb <devnull@localhost>
Wed, 30 Jul 2008 17:03:14 +0000 (19:03 +0200)
committerrohieb <devnull@localhost>
Wed, 30 Jul 2008 17:03:14 +0000 (19:03 +0200)
includes/mod_roomReservationConfig.inc

index 72b630e..8dde982 100644 (file)
@@ -182,7 +182,8 @@ class mod_roomReservationConfig {
       if(!$r) {
         throw new SQLException(MOD_ROOM_RESERVATION_ERROR_SQL);
       } else {
-        log_insert(sprintf("Raum „%s“ für Buchungen gesperrt", $sRoom));
+        log_insert(sprintf("Raum „%s“ für Buchungen zur Verfügung gestellt",
+         $sRoom));
       }
     }
   }
@@ -198,8 +199,7 @@ class mod_roomReservationConfig {
     if(!$h) {
       throw new SQLException(MOD_ROOM_RESERVATION_ERROR_SQL);
     } else {
-      log_insert(sprintf("Raum „%s“ für Buchungen zur Verfügung gestellt",
-        $sRoom));
+      log_insert(sprintf("Raum „%s“ für Buchungen gesperrt", $sRoom));
     }
   }
   
This page took 0.033251 seconds and 4 git commands to generate.