noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 03/10: fix typo


From: dwm
Subject: [Noalyss-commit] [noalyss] 03/10: fix typo
Date: Wed, 9 Aug 2023 09:20:22 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 7192013a7ea3fdd8a85aee1c4fd1969203170cda
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sun Jul 30 17:46:59 2023 +0200

    fix typo
---
 html/ajax_misc.php | 3 +++
 sql/upgrade.sql    | 1 +
 2 files changed, 4 insertions(+)

diff --git a/html/ajax_misc.php b/html/ajax_misc.php
index fb1494896..9ec053a95 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 $dirname."/lib/ac_common.php";
+
 global $http;
 $http=new HttpInput();
 
diff --git a/sql/upgrade.sql b/sql/upgrade.sql
index e69de29bb..677e6d77a 100644
--- a/sql/upgrade.sql
+++ b/sql/upgrade.sql
@@ -0,0 +1 @@
+insert into version (val,v_description) values (188,'Filter for VAT id');



reply via email to

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