Changeset 9498 for trunk/MagicSoft/Mars/datacenter/db/runinfo.php
- Timestamp:
- 08/20/09 14:43:59 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/runinfo.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) … … 515 515 516 516 $result0 = mysql_query($query0, $db_id); 517 $result1 = mysql_query("SELECT FOUND_ROWS()", $db_id); 517 518 518 519 if ($result0) 519 520 { 520 521 if ($html=="1" || $html=="2") 521 PrintMagicTable($result0, $alias, $rightalign, "", "", "", "", $_GET);522 PrintMagicTable($result0, $alias, $rightalign, "", "", "", $result1); 522 523 else 523 524 PrintText($result0); 524 525 525 526 mysql_free_result($result0); 527 mysql_free_result($result1); 526 528 } 527 529 mysql_close($db_id);
Note:
See TracChangeset
for help on using the changeset viewer.