Changeset 9498 for trunk/MagicSoft/Mars/datacenter/db/dbstatus.php
- Timestamp:
- 08/20/09 14:43:59 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/dbstatus.php
r9486 r9498 51 51 $statusgroups++; 52 52 53 $query0 = "SELECT ";53 $query0 = "SELECT SQL_CALC_FOUND_ROWS "; 54 54 55 55 if ($groups>0) … … 355 355 356 356 $result0 = mysql_query($query0, $db_id); 357 $result1 = mysql_query("SELECT FOUND_ROWS()", $db_id); 357 358 358 359 if ($result0) 359 360 { 360 361 if ($html=="1" || $html=="2") 361 PrintMagicTable($result0, $alias, $rightalign, "", "", "", "", $_GET);362 PrintMagicTable($result0, $alias, $rightalign, "", "", "", $result1); 362 363 else 363 364 PrintText($result0); 364 365 365 366 mysql_free_result($result0); 367 mysql_free_result($result1); 366 368 } 367 369 mysql_close($db_id);
Note:
See TracChangeset
for help on using the changeset viewer.