]> git.mjollnir.org Git - moodle.git/commitdiff
Order logs by creation order (id)
authorstronk7 <stronk7>
Sun, 10 Oct 2004 18:48:03 +0000 (18:48 +0000)
committerstronk7 <stronk7>
Sun, 10 Oct 2004 18:48:03 +0000 (18:48 +0000)
Merged from MOODLE_14_STABLE

backup/log.php

index 41e9df5404f74210e9c43114a787c60a4ecd5391..bd02c7da86e3189f5f725c8715b3dd4fd67ef4d5 100644 (file)
                                          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 "<tr nowrap=\"nowrap\">";