From 1ea10ae93570f52fc9d2bb6b3d6a4a69e1a17d7d Mon Sep 17 00:00:00 2001 From: rohieb Date: Sun, 13 Jul 2008 23:05:16 +0200 Subject: [PATCH] removed the row from SQL table log_module --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 2a4fc00..5388ea5 100755 --- a/Makefile +++ b/Makefile @@ -86,6 +86,7 @@ uninstall: $(RM) /usr/share/iserv/www/mod_room-reservation $(RM) /usr/share/iserv/modules/room-reservation + psql -c "DELETE FROM log_module WHERE module='Room Reservation Schedule';" chklocale @echo ---------------------------------------------------------------------- -- 2.20.1