Changeset 8122 for trunk/MagicSoft/Mars/datacenter/db/statussps.php
- Timestamp:
- 10/18/06 18:53:28 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/statussps.php
r7974 r8122 17 17 // $query0 .= " (if(IsNull(" . $key . "), 'not done' ,if(" . $key . "='1970-01-01 00:00:00','dont do','done'))) as '" . $alias[$key] . "', "; 18 18 19 $query0 .= " count(*) as ' Sequence#'";19 $query0 .= " count(*) as '# Sequ'"; 20 20 21 21 }
Note:
See TracChangeset
for help on using the changeset viewer.