Changeset 12779 for trunk/Mars


Ignore:
Timestamp:
01/27/12 11:00:55 (13 years ago)
Author:
Daniela Dorner
Message:
bugfix: change of mode was not possible in initial view
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/datacenter/db/run_comment.php

    r12695 r12779  
    55
    66    if (empty($_GET["fMode"]))
     7    {
    78        $_GET["fMode"]="view";
     9        $sign=strpos($_SERVER['REQUEST_URI'], "?")==false ? "?" : "&";
     10        $_SERVER['REQUEST_URI']=$_SERVER['REQUEST_URI'] . $sign . "fMode=view";
     11    }
    812
    913    if (empty($_GET["fFileNumber"]))
Note: See TracChangeset for help on using the changeset viewer.