From: rohieb Date: Sun, 13 Jul 2008 21:05:16 +0000 (+0200) Subject: removed the row from SQL table log_module X-Git-Tag: REL_3.0-beta~21 X-Git-Url: http://git.rohieb.name/iserv-mod-room-reservation.git/commitdiff_plain/1ea10ae93570f52fc9d2bb6b3d6a4a69e1a17d7d removed the row from SQL table log_module --- 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 ----------------------------------------------------------------------