noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 237/323: Database : change SQL function


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 237/323: Database : change SQL function
Date: Wed, 14 Mar 2018 17:38:57 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit 7c5c41d3d797f07bf5eafb924fae5ee095d5cdcf
Author: Dany De Bontridder <address@hidden>
Date:   Fri Feb 23 08:53:05 2018 +0100

    Database : change SQL function
---
 include/lib/database.class.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/lib/database.class.php b/include/lib/database.class.php
index 94b69c1..b3bd692 100644
--- a/include/lib/database.class.php
+++ b/include/lib/database.class.php
@@ -344,6 +344,7 @@ class Database
             {
                 if (    strpos(strtolower($buffer), "$$;")===false      &&
                         strpos(strtolower($buffer), '$_$;')===false   &&
+                        strpos(strtolower($buffer), '$function$;')===false   &&
                         strpos(strtolower($buffer), 'language 
plpgsql;')===false 
                     )
                 {



reply via email to

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