]> git.mjollnir.org Git - moodle.git/commitdiff
Removed typo .php
authormoodler <moodler>
Sun, 14 Sep 2003 18:56:45 +0000 (18:56 +0000)
committermoodler <moodler>
Sun, 14 Sep 2003 18:56:45 +0000 (18:56 +0000)
admin/index.php

index ea67b6b9d074191b5d5b3825c8cb6e51e5298ad1..99892324b660838d1b469045fd1cf618dc552659 100644 (file)
 
     $table->data[] = array("<font size=+1><b><a href=\"../course/index.php?edit=on\">".get_string("courses")."</a></b>",
                            "<font size=+1>&nbsp;</font>".get_string("adminhelpcourses"));
-    $table->data[] = array("<font size=+1><b><a href=\"../course/log.php?id=$site->id.php\">".get_string("logs")."</a></b>",
+    $table->data[] = array("<font size=+1><b><a href=\"../course/log.php?id=$site->id\">".get_string("logs")."</a></b>",
                            "<font size=+1>&nbsp;</font>".get_string("adminhelplogs"));
     $table->data[] = array("<font size=+1><b><a href=\"../files/index.php?id=$site->id\">".get_string("sitefiles")."</a></b>",
                            "<font size=+1>&nbsp;</font>".get_string("adminhelpsitefiles"));