noalyss-commit
[Top][All Lists]
Advanced

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

[Noalyss-commit] [noalyss] 01/08: Add missing semicolon


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 01/08: Add missing semicolon
Date: Fri, 28 Aug 2015 07:47:00 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit d9b7e478f681af02daeadad45bffc770826a437a
Author: Dany De Bontridder <address@hidden>
Date:   Thu Aug 27 09:46:46 2015 +0200

    Add missing semicolon
---
 include/config_file.php |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/include/config_file.php b/include/config_file.php
index 2a897fe..5e5611b 100644
--- a/include/config_file.php
+++ b/include/config_file.php
@@ -161,7 +161,7 @@ function config_file_create($p_array,$from_setup=1,$p_os=1)
     fputs($hFile, '// define ("DEBUG",TRUE);');
     fputs($hFile,"\r\n");
     fputs($hFile,' // Uncomment to log your input');
-    fputs($hFile,"\r\n");
+    fputs($hFile,"\r\n");   
     fputs($hFile, '// define ("LOGINPUT",TRUE);');
     fputs($hFile,"\r\n");
     fputs($hFile,"\r\n");
@@ -172,19 +172,21 @@ function 
config_file_create($p_array,$from_setup=1,$p_os=1)
     fputs($hFile,"\r\n");
     fputs($hFile,' // very special configuration');
     fputs($hFile,"\r\n");
-    fputs($hFile, '// define ("NOALYSS_HOME","")');
+    fputs($hFile, '// define ("NOALYSS_HOME","");');
+    fputs($hFile,"\r\n");
+    fputs($hFile, '// define ("NOALYSS_PLUGIN","");');
     fputs($hFile,"\r\n");
-    fputs($hFile, '// define ("NOALYSS_PLUGIN","")');
+    fputs($hFile, '// define ("NOALYSS_INCLUDE","");');
     fputs($hFile,"\r\n");
-    fputs($hFile, '// define ("NOALYSS_INCLUDE","")');
+    fputs($hFile, '// define ("NOALYSS_TEMPLATE","");');
     fputs($hFile,"\r\n");
     fputs($hFile,"\r\n");
     fputs($hFile,"\r\n");
      fputs($hFile, "// Uncomment if you don't want "."\r\n");
      fputs($hFile, "// to be informed when a new release is "."\r\n");
      fputs($hFile, "// published"."\r\n");
-     fputs($hFile, '// define ("SITE_UPDATE","")'."\r\n");
-     fputs($hFile, '// define ("SITE_UPDATE_PLUGIN","")'."\r\n");
+     fputs($hFile, '// define ("SITE_UPDATE","");'."\r\n");
+     fputs($hFile, '// define ("SITE_UPDATE_PLUGIN","");'."\r\n");
     fputs($hFile,'?>');
     fclose($hFile);
 }



reply via email to

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