Index: trunk/MagicSoft/Mars/datacenter/db/sources.php
===================================================================
--- trunk/MagicSoft/Mars/datacenter/db/sources.php	(revision 7873)
+++ trunk/MagicSoft/Mars/datacenter/db/sources.php	(revision 8039)
@@ -19,5 +19,5 @@
         $query0 .= " FROM Source ";
 
-        if (!$_GET["fTest"]=="On")
+        if (empty($_GET["fTest"]))
             $query0 .= " WHERE fTest='no'";
 
@@ -46,7 +46,4 @@
     function InitGet($_GET)
     {
-
-        if (empty($_GET["fTest"]))
-            $_GET["fTest"]="Off";
 
         if (empty($_GET["fOff"]))
