Minor fixes for re-inclusion and also links in email
authormoodler <moodler>
Tue, 6 May 2003 03:33:55 +0000 (03:33 +0000)
committermoodler <moodler>
Tue, 6 May 2003 03:33:55 +0000 (03:33 +0000)
mod/workshop/lib.php

index 8e70a8a7b7cfb5df05af7c3e72d4b0be9342bd41..05856e3a08f1880dfd548ac5d97c5fbaf98d70bc 100644 (file)
@@ -1,7 +1,14 @@
 <?PHP  // $Id: lib.php,v 1.0 30th April 2003
 
+if (defined('COMMENTSCALE')) {  // Being included again - should never happen!!
+    return;
+}
+
+define("COMMENTSCALE", 20);
+
 include_once("$CFG->dirroot/files/mimetypes.php");
 
+
 /*** Constants **********************************/
 
 $WORKSHOP_TYPE = array (0 => get_string("notgraded", "workshop"),
@@ -30,7 +37,6 @@ $WORKSHOP_EWEIGHTS = array(  0 => -4.0, 1 => -2.0, 2 => -1.5, 3 => -1.0, 4 => -0
 $WORKSHOP_FWEIGHTS = array(  0 => 0, 1 => 0.1, 2 => 0.25, 3 => 0.5, 4 => 0.75, 5 => 1,  6 => 1.5, 
                                                                                        7 => 2.0, 8 => 3.0, 9 => 5.0, 10 => 7.5, 11=> 10.0); 
 
-define("COMMENTSCALE", 20);
 
 /*** Standard Moodle functions ******************
 function workshop_add_instance($workshop) 
@@ -266,7 +272,7 @@ function workshop_cron () {
             $posttext .= "---------------------------------------------------------------------\n";
             $posttext .= $msg;
             $posttext .= "You can see it in your workshop assignment:\n";
-            $posttext .= "   $CFG->wwwroot/mod/workshop/view.php?a=$workshop->id\n";
+            $posttext .= "   $CFG->wwwroot/mod/workshop/view.php?id=$workshop->id\n";
             $posttext .= "---------------------------------------------------------------------\n";
             if ($user->mailformat == 1) {  // HTML
                 $posthtml = "<P><FONT FACE=sans-serif>".
@@ -275,7 +281,7 @@ function workshop_cron () {
               "<A HREF=\"$CFG->wwwroot/mod/workshop/view.php?a=$pgassessment->id\">$workshop->name</A></FONT></P>";
               $posthtml .= "<HR><FONT FACE=sans-serif>";
               $posthtml .= "<P>$msg</P>";
-              $posthtml .= "<P>You can see it <A HREF=\"$CFG->wwwroot/mod/workshop/view.php?a=$workshop->id\">";
+              $posthtml .= "<P>You can see it <A HREF=\"$CFG->wwwroot/mod/workshop/view.php?id=$workshop->id\">";
               $posthtml .= "in to your peer graded assignment</A>.</P></FONT><HR>";
             } else {
               $posthtml = "";