Index: trunk/Mars/datacenter/db/run_comment.php
===================================================================
--- trunk/Mars/datacenter/db/run_comment.php	(revision 12695)
+++ trunk/Mars/datacenter/db/run_comment.php	(revision 12779)
@@ -5,5 +5,9 @@
 
     if (empty($_GET["fMode"]))
+    {
         $_GET["fMode"]="view";
+        $sign=strpos($_SERVER['REQUEST_URI'], "?")==false ? "?" : "&";
+        $_SERVER['REQUEST_URI']=$_SERVER['REQUEST_URI'] . $sign . "fMode=view";
+    }
 
     if (empty($_GET["fFileNumber"]))
