From 291fd046029dbd24f454e5b2c4fdb88569fae536 Mon Sep 17 00:00:00 2001 From: stronk7 Date: Sun, 10 Oct 2004 18:46:25 +0000 Subject: [PATCH] Order logs by creation order (id) --- backup/log.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup/log.php b/backup/log.php index 83af67c71ad..d08608d715e 100644 --- a/backup/log.php +++ b/backup/log.php @@ -118,7 +118,7 @@ FROM {$CFG->prefix}backup_log WHERE courseid = '$courseid' AND laststarttime = '$execution->laststarttime' - ORDER BY time"); + ORDER BY id"); if ($logs) { foreach ($logs as $log) { echo "";