Changeset 12779 for trunk/Mars
- Timestamp:
- 01/27/12 11:00:55 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/datacenter/db/run_comment.php
r12695 r12779 5 5 6 6 if (empty($_GET["fMode"])) 7 { 7 8 $_GET["fMode"]="view"; 9 $sign=strpos($_SERVER['REQUEST_URI'], "?")==false ? "?" : "&"; 10 $_SERVER['REQUEST_URI']=$_SERVER['REQUEST_URI'] . $sign . "fMode=view"; 11 } 8 12 9 13 if (empty($_GET["fFileNumber"]))
Note:
See TracChangeset
for help on using the changeset viewer.