Changeset 9498 for trunk/MagicSoft/Mars/datacenter/db/statussbs.php
- Timestamp:
- 08/20/09 14:43:59 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/statussbs.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) … … 179 179 180 180 $result0 = mysql_query($query0, $db_id); 181 $result1 = mysql_query("SELECT FOUND_ROWS()", $db_id); 181 182 182 183 if ($result0) 183 184 { 184 185 if ($html=="1") 185 PrintMagicTable($result0, $alias, $rightalign, "", "", "", "", $_GET);186 PrintMagicTable($result0, $alias, $rightalign, "", "", "", $result1); 186 187 else 187 188 PrintText($result0); 188 189 189 190 mysql_free_result($result0); 191 mysql_free_result($result1); 190 192 } 191 193 mysql_close($db_id);
Note:
See TracChangeset
for help on using the changeset viewer.