removed double call of _PageBlue(), as mod_roomReservationPage::endShow() ist already...
authorrohieb <devnull@localhost>
Sun, 13 Jul 2008 17:31:33 +0000 (19:31 +0200)
committerrohieb <devnull@localhost>
Sun, 13 Jul 2008 17:31:33 +0000 (19:31 +0200)
includes/mod_roomReservationBookingPage.inc

index f01423c..f17d447 100644 (file)
@@ -205,8 +205,6 @@ class mod_roomReservationBookingPage extends mod_roomReservationPage {
       qu($this->getRoom()), _c("room-reservation:Next &gt;"))."</p>\n";
     
     $this->oBt->show();
-    
-    parent::endShow();
   }
 }
 ?>
This page took 0.026884 seconds and 4 git commands to generate.