added entry for the log_module table
authorrohieb <devnull@localhost>
Mon, 14 Jul 2008 17:48:38 +0000 (19:48 +0200)
committerrohieb <devnull@localhost>
Mon, 14 Jul 2008 17:48:38 +0000 (19:48 +0200)
Makefile
sql/log_module/mod_room-reservation [new file with mode: 0755]

index 0708760..9796850 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -55,6 +55,7 @@ links:
        $(LN) priv/* /usr/share/iserv/priv/\r
        \r
        $(LN) sql/*.sql /usr/share/iserv/db/\r
+       $(LN) sql/log_module/* /usr/share/iserv/db/log_module\r
        \r
        $(MKDIR) /usr/share/iserv/www/mod_room-reservation/admin\r
        $(LN) src/index.php /usr/share/iserv/www/mod_room-reservation/\r
@@ -79,6 +80,7 @@ uninstall:
        $(RM) /usr/share/doc/iserv/mod/mod_room-reservation\r
        $(RM) /usr/share/iserv/locale/de/mod_room-reservation.po\r
        $(RM) /usr/share/iserv/db/mod_room-reservation.sql\r
+       $(RM) /usr/share/iserv/db/log_module/mod_room-reservation\r
        $(RM) /usr/share/iserv/www/nav/79mod_room-reservation.mod\r
        $(RM) /usr/share/iserv/priv/mod_room-reservation\r
        $(RM) /usr/share/iserv/www/nav/admin/99mod_room-reservation.mod\r
diff --git a/sql/log_module/mod_room-reservation b/sql/log_module/mod_room-reservation
new file mode 100755 (executable)
index 0000000..53439dc
--- /dev/null
@@ -0,0 +1 @@
+Room Reservation Schedule
\ No newline at end of file
This page took 0.025603 seconds and 4 git commands to generate.