Changeset 9498 for trunk/MagicSoft/Mars/datacenter/db/mcinfo.php
- Timestamp:
- 08/20/09 14:43:59 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/mcinfo.php
r9486 r9498 15 15 $statusgroups++; 16 16 17 $query0 = "SELECT ";17 $query0 = "SELECT SQL_CALC_FOUND_ROWS "; 18 18 19 19 if ($groups>0 || $statusgroups>0) … … 279 279 280 280 $result0 = mysql_query($query0, $db_id); 281 $result1 = mysql_query("SELECT FOUND_ROWS()", $db_id); 281 282 282 283 if ($result0) 283 284 { 284 285 if ($html=="1" || $html=="2") 285 PrintMagicTable($result0, $alias, $rightalign, "", "", "", "", $_GET);286 PrintMagicTable($result0, $alias, $rightalign, "", "", "", $result1); 286 287 else 287 288 PrintText($result0); 288 289 289 290 mysql_free_result($result0); 291 mysql_free_result($result1); 290 292 } 291 293 mysql_close($db_id);
Note:
See TracChangeset
for help on using the changeset viewer.