From a30cd690f48e4a629f6a052feb6dabdcc321ed1f Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Fri, 10 Dec 2010 20:00:28 +0000 Subject: [PATCH] Bug SQL script : missing comma --- html/admin/sql/patch/upgrade91.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/admin/sql/patch/upgrade91.sql b/html/admin/sql/patch/upgrade91.sql index 71a6780f7..c9b5e7673 100644 --- a/html/admin/sql/patch/upgrade91.sql +++ b/html/admin/sql/patch/upgrade91.sql @@ -207,7 +207,7 @@ CREATE TRIGGER remove_action_gestion AFTER DELETE ON fiche FOR EACH ROW - EXECUTE PROCEDURE comptaproc.card_after_delete() + EXECUTE PROCEDURE comptaproc.card_after_delete(); update version set val=92; commit; \ No newline at end of file