Index: branches/5.3.x/core/units/helpers/backup_helper.php =================================================================== diff -u -N -r15483 -r15928 --- branches/5.3.x/core/units/helpers/backup_helper.php (.../backup_helper.php) (revision 15483) +++ branches/5.3.x/core/units/helpers/backup_helper.php (.../backup_helper.php) (revision 15928) @@ -1,6 +1,6 @@ $tables, 'table_count' => count($tables), 'record_count' => 0, - 'file_name' => $this->getBackupFile( adodb_mktime() ), + 'file_name' => $this->getBackupFile( time() ), ); $this->Application->RemoveVar('adm.backupcomplete_filename');