Changeset 9498 for trunk/MagicSoft/Mars/datacenter/db/statussps.php
- Timestamp:
- 08/20/09 14:43:59 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/statussps.php
r9486 r9498 8 8 $statusgroups++; 9 9 10 $query0 = "SELECT ";10 $query0 = "SELECT SQL_CALC_FOUND_ROWS "; 11 11 12 12 if ($statusgroups>0) … … 192 192 193 193 $result0 = mysql_query($query0, $db_id); 194 $result1 = mysql_query("SELECT FOUND_ROWS()", $db_id); 194 195 195 196 if ($result0) 196 197 { 197 198 if ($html=="1") 198 PrintMagicTable($result0, $alias, $rightalign, "", "", "", "", $_GET);199 PrintMagicTable($result0, $alias, $rightalign, "", "", "", $result1); 199 200 else 200 201 PrintText($result0); 201 202 202 203 mysql_free_result($result0); 204 mysql_free_result($result1); 203 205 } 204 206 mysql_close($db_id);
Note:
See TracChangeset
for help on using the changeset viewer.