removed the row from SQL table log_module
authorrohieb <devnull@localhost>
Sun, 13 Jul 2008 21:05:16 +0000 (23:05 +0200)
committerrohieb <devnull@localhost>
Sun, 13 Jul 2008 21:05:16 +0000 (23:05 +0200)
Makefile

index 2a4fc00..5388ea5 100755 (executable)
--- a/Makefile
+++ b/Makefile
@@ -86,6 +86,7 @@ uninstall:
        $(RM) /usr/share/iserv/www/mod_room-reservation\r
        $(RM) /usr/share/iserv/modules/room-reservation\r
        \r
+       psql -c "DELETE FROM log_module WHERE module='Room Reservation Schedule';"\r
        chklocale\r
        \r
        @echo ----------------------------------------------------------------------\r
This page took 0.025803 seconds and 4 git commands to generate.