revert: debian/changelog was overwritten somehow
[iserv-mod-room-reservation.git] / includes / mod_roomReservationRoom.inc
old mode 100755 (executable)
new mode 100644 (file)
index f49aa22..64ed6cb
@@ -133,6 +133,11 @@ class mod_roomReservationRoom {
    */
   public function getLocation() { return $this->strLocation; }
 
+  /**
+   * Conversion to string
+   * @return string
+   */
+  public function __toString() { return $this->getName(); /* name is key */ }
   /**@}*/
 }
 ?>
This page took 0.027799 seconds and 4 git commands to generate.