Ignore:
Timestamp:
10/18/06 18:53:28 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/db/magicdefs.php

    r8119 r8122  
    270270     "Min(fZenithDistance)"             => "ZdMin",
    271271     "Max(fZenithDistance)"             => "ZdMax",
    272      "COUNT(*)"                         => "Sequence",
    273272//     "fArrTimeLimit"                    => "ArrTRms",
    274273     "fArrTimeLimit"                    => "ArrTime",
     
    300299     "fFailedCode"                      => "Err<br>Code",
    301300     "fFailedCodeAdd"                   => "Code<br>Add",
     301//     "COUNT(*)"                         => "# Runs",
     302//     "COUNT(*)"                         => "Sequence",
    302303    );
    303304
     
    551552         "Min(fZenithDistance)"              => "'ZdMin'",
    552553         "Max(fZenithDistance)"              => "'ZdMax'",
    553          "COUNT(*)"                          => "'Sequence'",
     554//         "COUNT(*)"                          => "'Sequence'",
    554555         "fStartTime"                        => "fStartTime",
    555556         "fFailedTime"                       => "fFailedTime",
     
    563564    if (!empty($tables[$val]))
    564565        $table=$tables[$val];
     566    if ($val=="NumRuns")
     567        $table="'# Runs'";
     568    if ($val=="NumSequ")
     569        $table="'# Sequ'";
     570    if ($val=="NumDS")
     571        $table="'# Datasets'";
     572    if ($val=="NumDays")
     573        $table="'# days'";
    565574    return $table;
    566575}
Note: See TracChangeset for help on using the changeset viewer.