noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 04/73: comptability version 7.0


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 04/73: comptability version 7.0
Date: Fri, 28 May 2021 05:26:13 -0400 (EDT)

sparkyx pushed a commit to branch master
in repository noalyss.

commit ba1c4dacf9f81de15986d5c8552fb4a1e606319c
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Thu Apr 1 17:22:22 2021 +0200

    comptability version 7.0
---
 include/lib/config_file.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/lib/config_file.php b/include/lib/config_file.php
index c2b92fc..b780658 100644
--- a/include/lib/config_file.php
+++ b/include/lib/config_file.php
@@ -172,14 +172,14 @@ function 
display_file_config($p_array,$from_setup=1,$p_os=1)
     
     print ( 'define ("LOCALE",'.$clocale.');');
     print ("\r\n");
-    echo <<<EOF
+    echo "
     /* 
      * DEBUGNOALYSS let you see more information when you develop.
      * 0 = for production
      * 1 = display all errors
      * 2 = display all errors + more information 
      */
-EOF;     
+";     
     
     print ("\r\n");
     print ( 'define ("DEBUGNOALYSS",0);');



reply via email to

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