2
0
forked from Wavyzz/dolibarr

Merge branch '18.0' of git@github.com:Dolibarr/dolibarr.git into develop

This commit is contained in:
Laurent Destailleur
2023-11-05 19:52:54 +01:00
18 changed files with 66 additions and 17 deletions

View File

@@ -5422,7 +5422,9 @@ function dol_print_error($db = '', $error = '', $errors = null)
print 'This website or feature is currently temporarly not available or failed after a technical error.<br><br>This may be due to a maintenance operation. Current status of operation ('.dol_print_date(dol_now(), 'dayhourrfc').') are on next line...<br><br>'."\n";
print $langs->trans("DolibarrHasDetectedError").'. ';
print $langs->trans("YouCanSetOptionDolibarrMainProdToZero");
define("MAIN_CORE_ERROR", 1);
if (!defined("MAIN_CORE_ERROR")) {
define("MAIN_CORE_ERROR", 1);
}
}
dol_syslog("Error ".$syslog, LOG_ERR);