]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-9296 removing forgotten debug code in admin/mnet/trustedhosts.php; merged from...
authorskodak <skodak>
Wed, 11 Apr 2007 13:21:52 +0000 (13:21 +0000)
committerskodak <skodak>
Wed, 11 Apr 2007 13:21:52 +0000 (13:21 +0000)
admin/mnet/trustedhosts.php

index 9c04203d0d41a35e6b0ff7e9534e07e4777e00f5..06243a917a86f65ad177a7e6367e3d681c2c9c2b 100644 (file)
@@ -49,7 +49,6 @@
 
     /// If data submitted, process and store
     if (($form = data_submitted()) && confirm_sesskey()) {
-        echo 'a';
         $hostlist = preg_split("/[\s,]+/", $form->hostlist);
         foreach($hostlist as $host) {
             list($address, $mask) = explode('/', $host.'/');