Changeset 9498 for trunk/MagicSoft/Mars/datacenter/db/runinfo-aio.php
- Timestamp:
- 08/20/09 14:43:59 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/runinfo-aio.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 || ((!empty($_GET["fGroupByDate"])) && !$_GET["fGroupByDate"]==0) || $statusgroups>0) … … 324 324 325 325 $result0 = mysql_query($query0, $db_id); 326 $result1 = mysql_query("SELECT FOUND_ROWS()", $db_id); 326 327 327 328 if ($result0) 328 329 { 329 330 if ($html=="1" || $html=="2") 330 PrintMagicTable($result0, $alias, $rightalign, "", "", "", "", $_GET);331 PrintMagicTable($result0, $alias, $rightalign, "", "", "", $result1); 331 332 else 332 333 PrintText($result0); 333 334 334 335 mysql_free_result($result0); 336 mysql_free_result($result1); 335 337 } 336 338 mysql_close($db_id);
Note:
See TracChangeset
for help on using the changeset viewer.