made mod_roomReservationRoomsManager::getRooms() static
authorrohieb <devnull@localhost>
Thu, 24 Jul 2008 01:05:36 +0000 (03:05 +0200)
committerrohieb <devnull@localhost>
Thu, 24 Jul 2008 01:05:36 +0000 (03:05 +0200)
includes/mod_roomReservationRoomsManager.inc [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 8271a04..732b3dc
@@ -117,7 +117,7 @@ class mod_roomReservationRoomsManager {
    * Get all rooms from the database
    * @return array of mod_roomReservationRoom
    */
-  function getRooms() {
+  static function getRooms() {
     $aoReturn = array();
     $hQuery = db_query("SELECT * FROM rooms ORDER BY name;");
     while($arResult = pg_fetch_array($hQuery)) {
This page took 0.031521 seconds and 4 git commands to generate.