Changeset 8122 for trunk/MagicSoft/Mars/datacenter/db/magicdefs.php
- Timestamp:
- 10/18/06 18:53:28 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/magicdefs.php
r8119 r8122 270 270 "Min(fZenithDistance)" => "ZdMin", 271 271 "Max(fZenithDistance)" => "ZdMax", 272 "COUNT(*)" => "Sequence",273 272 // "fArrTimeLimit" => "ArrTRms", 274 273 "fArrTimeLimit" => "ArrTime", … … 300 299 "fFailedCode" => "Err<br>Code", 301 300 "fFailedCodeAdd" => "Code<br>Add", 301 // "COUNT(*)" => "# Runs", 302 // "COUNT(*)" => "Sequence", 302 303 ); 303 304 … … 551 552 "Min(fZenithDistance)" => "'ZdMin'", 552 553 "Max(fZenithDistance)" => "'ZdMax'", 553 "COUNT(*)" => "'Sequence'",554 // "COUNT(*)" => "'Sequence'", 554 555 "fStartTime" => "fStartTime", 555 556 "fFailedTime" => "fFailedTime", … … 563 564 if (!empty($tables[$val])) 564 565 $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'"; 565 574 return $table; 566 575 }
Note:
See TracChangeset
for help on using the changeset viewer.