Index: branches/5.3.x/core/units/helpers/deployment_helper.php =================================================================== diff -u -N -r15902 -r15928 --- branches/5.3.x/core/units/helpers/deployment_helper.php (.../deployment_helper.php) (revision 15902) +++ branches/5.3.x/core/units/helpers/deployment_helper.php (.../deployment_helper.php) (revision 15928) @@ -1,6 +1,6 @@ dryRun = $dry_run; - $this->toLog(PHP_EOL . '[' . adodb_date('Y-m-d H:i:s') . '] === ' . $this->ip . ' ==='); + $this->toLog(PHP_EOL . '[' . date('Y-m-d H:i:s') . '] === ' . $this->ip . ' ==='); foreach ($this->Application->ModuleInfo as $module_name => $module_info) { $this->moduleName = $module_name;