removed debug output
authorrohieb <devnull@localhost>
Sun, 13 Jul 2008 21:09:09 +0000 (23:09 +0200)
committerrohieb <devnull@localhost>
Sun, 13 Jul 2008 21:09:09 +0000 (23:09 +0200)
includes/mod_roomReservationBookingsManager.inc
includes/mod_roomReservationConfigPage.inc [changed mode: 0644->0755]

index a7065ed..e6bf3dc 100755 (executable)
@@ -204,10 +204,6 @@ class mod_roomReservationBookingsManager {
     
     $hQuery = db_query("SELECT currval('mod_roomreservation_bookings_rrb_uid_seq');");
     $nNewUid = pg_fetch_result($hQuery, 0, "currval");
-    ##############
-    #FIXME remove this
-    echo "inserted new UID: $nNewUid<br />";
-    #####
     
     rrInsertLog($strLog);
     
old mode 100644 (file)
new mode 100755 (executable)
index 4c74132..55ee2eb
@@ -54,17 +54,11 @@ class mod_roomReservationConfigPage extends mod_roomReservationPage {
         $this->bPostShowWeekend = 
           ($_POST["mod_roomReservationConfigPage"]["showweekend"] == true);
       }
-      ###########
-      echo "bPostShowWeekend is ".($this->bPostShowWeekend?"true ":"false ");
-      ###########
       
       if(isset($_POST["mod_roomReservationConfigPage"]["showlessons"])) {
         $this->bPostShowLessons = 
           ($_POST["mod_roomReservationConfigPage"]["showlessons"] == true);
       }
-      ###########
-      echo "bPostShowLessons is ".($this->bPostShowLessons?"true ":"false ");
-      ###########
       
       // process the request
       if(isset($_POST["mod_roomReservationConfigPage"]["submit"])) {
This page took 0.02845 seconds and 4 git commands to generate.