From: moodler Date: Mon, 16 Jun 2003 14:40:51 +0000 (+0000) Subject: Some fixes to avoid pointless uses of $ME X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=717f40c6d819790544261618ff145019dcdf2f2c;p=moodle.git Some fixes to avoid pointless uses of $ME --- diff --git a/mod/assignment/mod.html b/mod/assignment/mod.html index 555cfb4af8..e45720e0fa 100644 --- a/mod/assignment/mod.html +++ b/mod/assignment/mod.html @@ -32,7 +32,7 @@ } ?> -
action=""> + action="mod.php"> diff --git a/mod/assignment/submissions.php b/mod/assignment/submissions.php index fc15a82739..da80c19c2c 100644 --- a/mod/assignment/submissions.php +++ b/mod/assignment/submissions.php @@ -134,9 +134,9 @@ print_simple_box_start("CENTER", "50%"); echo "

"; print_string("order"); - echo ": id&sort=lastname&dir=ASC\">".get_string("name")." - "; - echo "id\">".get_string("lastmodified")." - "; - echo "id&sort=grade\">".get_string("feedback").""; + echo ": id&sort=lastname&dir=ASC\">".get_string("name")." - "; + echo "id\">".get_string("lastmodified")." - "; + echo "id&sort=grade\">".get_string("feedback").""; echo "

"; print_simple_box_end(); print_spacer(8,1); diff --git a/mod/choice/mod.html b/mod/choice/mod.html index 95233e5ec9..2db776ee34 100644 --- a/mod/choice/mod.html +++ b/mod/choice/mod.html @@ -39,7 +39,7 @@ } ?> - action=""> + action="mod.php">

:

diff --git a/mod/forum/mod.html b/mod/forum/mod.html index 7c9880d0c9..6df4c01afe 100644 --- a/mod/forum/mod.html +++ b/mod/forum/mod.html @@ -18,7 +18,7 @@ $form->forcesubscribe = ""; } ?> - + action="mod.php">
diff --git a/mod/journal/mod.html b/mod/journal/mod.html index 0aebbcf877..56f223b69e 100644 --- a/mod/journal/mod.html +++ b/mod/journal/mod.html @@ -10,7 +10,7 @@ } ?> - + action="mod.php">
diff --git a/mod/quiz/mod.html b/mod/quiz/mod.html index e1759187f5..ed6b6d7268 100644 --- a/mod/quiz/mod.html +++ b/mod/quiz/mod.html @@ -202,7 +202,7 @@ - -"> +wwwroot/course/mod.php" ?>"> +"> diff --git a/mod/resource/mod.html b/mod/resource/mod.html index ab31e0e949..67d60d5af5 100644 --- a/mod/resource/mod.html +++ b/mod/resource/mod.html @@ -68,7 +68,7 @@ - +wwwroot/course/mod.php" ?>"> "> diff --git a/mod/survey/mod.html b/mod/survey/mod.html index 4260d980ff..ade46e03a7 100644 --- a/mod/survey/mod.html +++ b/mod/survey/mod.html @@ -37,7 +37,7 @@

:

- +wwwroot/course/mod.php" ?>"> diff --git a/mod/workshop/mod.html b/mod/workshop/mod.html index 10f3ade391..14a82d2a24 100644 --- a/mod/workshop/mod.html +++ b/mod/workshop/mod.html @@ -49,7 +49,7 @@ } ?> -
action=""> + action="mod.php">

: