Changeset 9249 for trunk/MagicSoft/Mars/datacenter/db/include.php
- Timestamp:
- 01/23/09 17:27:58 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/include.php
r9184 r9249 84 84 85 85 $status = array 86 ( 0 => " all",86 ( 0 => "ALL", 87 87 1 => "done", 88 88 2 => "not done", … … 91 91 5 => "failed", 92 92 6 => "crashed", 93 7 => " group by",93 7 => "GROUP BY", 94 94 ); 95 95
Note:
See TracChangeset
for help on using the changeset viewer.