]> git.mjollnir.org Git - moodle.git/commitdiff
fixed warning in error() function - $continue not used there at all, is it? error...
authorskodak <skodak>
Sat, 6 Jan 2007 14:55:56 +0000 (14:55 +0000)
committerskodak <skodak>
Sat, 6 Jan 2007 14:55:56 +0000 (14:55 +0000)
lib/weblib.php

index a7fb9106a5434ac8aac528a900e237309bb051fe..cccd2c2a2cb1f26f3e4172cd941390b725849c03 100644 (file)
@@ -4581,10 +4581,6 @@ function error ($message, $link='', $adminroot=false) {
         echo ' ';
     }
 
-    if ($continue) {
-        return true;
-    }
-
     die;
 }