Changeset 8039 for trunk/MagicSoft/Mars/datacenter/db
- Timestamp:
- 10/10/06 10:41:36 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/sources.php
r7873 r8039 19 19 $query0 .= " FROM Source "; 20 20 21 if ( !$_GET["fTest"]=="On")21 if (empty($_GET["fTest"])) 22 22 $query0 .= " WHERE fTest='no'"; 23 23 … … 46 46 function InitGet($_GET) 47 47 { 48 49 if (empty($_GET["fTest"]))50 $_GET["fTest"]="Off";51 48 52 49 if (empty($_GET["fOff"]))
Note:
See TracChangeset
for help on using the changeset viewer.