Changeset 8467 for trunk/MagicSoft/Mars/datacenter/db/sequinfo-aio.php
- Timestamp:
- 04/28/07 23:07:56 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/sequinfo-aio.php
r8421 r8467 375 375 else 376 376 { 377 echo (file_get_contents("index-header.html")); 377 if (empty($_GET["fPrintTable"])) 378 echo (file_get_contents("index-header.html")); 378 379 379 380 $environment = sizeof($_GET); … … 393 394 } 394 395 395 echo (file_get_contents("index-footer.html")); 396 if (empty($_GET["fPrintTable"])) 397 echo (file_get_contents("index-footer.html")); 396 398 } 397 399
Note:
See TracChangeset
for help on using the changeset viewer.