Save MAIN_VERSION_FIRST_INSTALL that is not erased.

This commit is contained in:
Laurent Destailleur
2017-06-10 22:11:12 +02:00
parent b62da4bb7a
commit 36b18f0300
7 changed files with 23 additions and 15 deletions

View File

@@ -846,7 +846,7 @@ function dol_strtoupper($utf8_string)
* SYSLOG_HANDLERS = ["mod_syslog_syslog"] facility is then defined by SYSLOG_FACILITY
* Warning, syslog functions are bugged on Windows, generating memory protection faults. To solve
* this, use logging to files instead of syslog (see setup of module).
* Note: If SYSLOG_FILE_NO_ERROR defined, we never output any error message when writing to log fails.
* Note: If constant 'SYSLOG_FILE_NO_ERROR' defined, we never output any error message when writing to log fails.
* Note: You can get log message into html sources by adding parameter &logtohtml=1 (constant MAIN_LOGTOHTML must be set)
* This function works only if syslog module is enabled.
* This must not use any call to other function calling dol_syslog (avoid infinite loop).