Changeset 9187 for trunk/MagicSoft/Mars/datacenter/db/showplots.php
- Timestamp:
- 12/02/08 12:02:08 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/showplots.php
r9176 r9187 14 14 $seq=0; 15 15 if (!empty($_GET["seq"])) 16 $seq= $_GET["seq"];16 $seq=str_replace(" ", "", $_GET["seq"]); 17 17 $tabnum=1; 18 18 if (!empty($_GET["tabnum"])) … … 39 39 $signaltabs=14; 40 40 $calibtabs=11; 41 $startabs= 19;41 $startabs=20; 42 42 43 43 //in case the tab does not exist, because it's one the far
Note:
See TracChangeset
for help on using the changeset viewer.