]> git.mjollnir.org Git - moodle.git/commitdiff
Grrr! Nico.
authortjhunt <tjhunt>
Tue, 28 Jul 2009 04:29:42 +0000 (04:29 +0000)
committertjhunt <tjhunt>
Tue, 28 Jul 2009 04:29:42 +0000 (04:29 +0000)
lib/deprecatedlib.php

index e8b96db743b984e324e03d6450d9763e85581cc2..bba4202d42fcd888071c6ed49b0004d01418d1d5 100644 (file)
@@ -3043,7 +3043,5 @@ function choose_from_menu ($options, $name, $selected='', $nothing='choose', $sc
         return $output;
     } else {
         echo $output;
-        die();
     }
-
 }