diff --git a/html/ajax_misc.php b/html/ajax_misc.php index 623ec6012..b8ebfebdc 100644 --- a/html/ajax_misc.php +++ b/html/ajax_misc.php @@ -38,6 +38,9 @@ if ( ! defined('ALLOWED')) define ('ALLOWED',1); require_once '../include/constant.php'; +global $dirname; +require_once NOALYSS_INCLUDE."/lib/ac_common.php"; + global $http; $http=new HttpInput(); diff --git a/sql/upgrade.sql b/sql/upgrade.sql index aaf1be2e0..e69de29bb 100644 --- a/sql/upgrade.sql +++ b/sql/upgrade.sql @@ -1,7 +0,0 @@ -begin; - -COMMENT ON TABLE public.jrn_tax IS 'Additional Tax (Ploynesie)'; -INSERT INTO public."parameter" (pr_id, pr_value)VALUES('MY_REPORT', 'N'); -insert into version (val,v_description) values (184,'Mantis #2128: Clôture comptabilité française'); -commit; -