mod_roomReservationControl.inc needs functions.inc for rrGetCss() and quote.inc for q()
authorrohieb <devnull@localhost>
Fri, 25 Jul 2008 03:02:15 +0000 (05:02 +0200)
committerrohieb <devnull@localhost>
Fri, 25 Jul 2008 03:02:15 +0000 (05:02 +0200)
includes/mod_roomReservationControl.inc [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 3806137..4d364c5
@@ -25,6 +25,9 @@
  * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\r
  * THE SOFTWARE.\r
  */\r
+
+require_once("quote.inc");
+require_once("functions.inc");
 \r
 /** @todo document */
 abstract class mod_roomReservationControl {
This page took 0.029947 seconds and 4 git commands to generate.