diff --git a/html/index.php b/html/index.php index f04f14248..68cd365ec 100644 --- a/html/index.php +++ b/html/index.php @@ -146,8 +146,6 @@ echo ' - - diff --git a/include/sql/patch/upgrade154.sql b/include/sql/patch/upgrade154.sql index 946a50503..d19bccdf2 100644 --- a/include/sql/patch/upgrade154.sql +++ b/include/sql/patch/upgrade154.sql @@ -65,8 +65,8 @@ language plpgsql; select tmp_1(); -drop function tmp_1; +drop function tmp_1(); insert into version (val,v_description) values (155,'Rewriting of COMPANY add extra parameter'); -commit; \ No newline at end of file +commit; diff --git a/include/sql/patch/upgrade155.sql b/include/sql/patch/upgrade155.sql index d6063bcaa..fdbd4f6a5 100644 --- a/include/sql/patch/upgrade155.sql +++ b/include/sql/patch/upgrade155.sql @@ -48,8 +48,8 @@ language plpgsql; select tmp_1(); -drop function tmp_1; +drop function tmp_1(); insert into version (val,v_description) values (156,'insert default accounting'); -commit; \ No newline at end of file +commit;