Changeset 9500 for trunk/MagicSoft/Mars/datacenter/db/sequinfo-aio.php
- Timestamp:
- 08/21/09 13:50:48 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/sequinfo-aio.php
r9498 r9500 280 280 } 281 281 282 function InitGet( $_GET)282 function InitGet() 283 283 { 284 284 // Find out whether it is the first call to the php script … … 324 324 $_GET["fOnlySum"]=$first?"Off":""; 325 325 326 InitFindOffData($ _GET, $first);326 InitFindOffData($first); 327 327 } 328 328 … … 436 436 $environment = sizeof($_GET); 437 437 438 InitGet( $_GET);438 InitGet(); 439 439 if (empty($_GET["fPrintTable"])) 440 440 PrintForm($_GET, $host, $user, $pw, $db, $limitsmean, $limitsmin, $limitsmax, $alias);
Note:
See TracChangeset
for help on using the changeset viewer.