A few more unnecessary urldecodes when not needed. Now we can view headers
[squirrelmail.git] / functions / global.php
index b8ed3d6a47617b0e8f468f237bf8b19fcbc2f7db..5ee2ca7e27cd9810e0ec43c3c517f3253e1ad84e 100644 (file)
@@ -227,7 +227,6 @@ function sqgetGlobalVar($name, &$value, $search = SQ_INORDER) {
         }
         break;
       case SQ_SERVER:
-print "SQ_SERVER CASE<br />\n";
         if ( isset($_SERVER[$name]) ) {
             $value = $_SERVER[$name];
             return TRUE;