Ignore:
Timestamp:
08/21/09 13:50:48 (15 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/db/sequinfo-aio.php

    r9498 r9500  
    280280    }
    281281
    282     function InitGet($_GET)
     282    function InitGet()
    283283    {
    284284        // Find out whether it is the first call to the php script
     
    324324            $_GET["fOnlySum"]=$first?"Off":"";
    325325
    326         InitFindOffData($_GET, $first);
     326        InitFindOffData($first);
    327327    }
    328328
     
    436436        $environment = sizeof($_GET);
    437437
    438         InitGet($_GET);
     438        InitGet();
    439439        if (empty($_GET["fPrintTable"]))
    440440            PrintForm($_GET, $host, $user, $pw, $db, $limitsmean, $limitsmin, $limitsmax, $alias);
Note: See TracChangeset for help on using the changeset viewer.