noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 03/05: replace by NOALYSS_INCLUDE


From: dwm
Subject: [Noalyss-commit] [noalyss] 03/05: replace by NOALYSS_INCLUDE
Date: Wed, 9 Aug 2023 09:20:30 -0400 (EDT)

sparkyx pushed a commit to branch devel
in repository noalyss.

commit a7f8e99cf0221ed4ab348052355609a8abe5cc03
Merge: af9d65382 7192013a7
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sun Jul 30 17:56:32 2023 +0200

    replace  by NOALYSS_INCLUDE

 html/ajax_misc.php | 3 +++
 sql/upgrade.sql    | 7 -------
 2 files changed, 3 insertions(+), 7 deletions(-)

diff --cc html/ajax_misc.php
index 623ec6012,9ec053a95..b8ebfebdc
--- a/html/ajax_misc.php
+++ b/html/ajax_misc.php
@@@ -38,6 -38,9 +38,9 @@@
  if ( ! defined('ALLOWED')) define ('ALLOWED',1);
  
  require_once '../include/constant.php';
+ global $dirname;
 -require_once $dirname."/lib/ac_common.php";
++require_once NOALYSS_INCLUDE."/lib/ac_common.php";
+ 
  global $http;
  $http=new HttpInput();
  
diff --cc sql/upgrade.sql
index aaf1be2e0,677e6d77a..e69de29bb
--- a/sql/upgrade.sql
+++ b/sql/upgrade.sql
@@@ -1,7 -1,1 +1,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;
- 
 -insert into version (val,v_description) values (188,'Filter for VAT id');



reply via email to

[Prev in Thread] Current Thread [Next in Thread]