]> git.mjollnir.org Git - moodle.git/commitdiff
Link to logs now available through reports (SE)
authormoodler <moodler>
Wed, 15 Mar 2006 08:08:20 +0000 (08:08 +0000)
committermoodler <moodler>
Wed, 15 Mar 2006 08:08:20 +0000 (08:08 +0000)
admin/index.php

index 7f2f33b990b4c6e2c1843fbacb041cb7b0015194..3ee70d9ac2715aab137b8056a48fdbf1d536084d 100644 (file)
 
     $table->data[] = array('<strong><a href="../course/index.php?edit=on&amp;sesskey='.$USER->sesskey.'">'.get_string('courses').'</a></strong>',
                            '<div class="explanation">'.get_string('adminhelpcourses').'</div>');
-    $table->data[] = array('<strong><a href="../course/log.php?id='.$site->id.'">'.get_string('logs').'</a></strong>',
-                           '<div class="explanation">'.get_string('adminhelplogs').'</div>');
     $table->data[] = array('<strong><a href="../files/index.php?id='.$site->id.'">'.get_string('sitefiles').'</a></strong>',
                            '<div class="explanation">'.get_string('adminhelpsitefiles').'</div>');
     $table->data[] = array('<strong><a href="stickyblocks.php">'.get_string('stickyblocks','admin').'</a></strong>',