Changeset 9498 for trunk/MagicSoft/Mars/datacenter/db/datasetinfo-aio.php
- Timestamp:
- 08/20/09 14:43:59 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/datasetinfo-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 || $statusgroups>0) … … 232 232 233 233 $result0 = mysql_query($query0, $db_id); 234 $result1 = mysql_query("SELECT FOUND_ROWS()", $db_id); 234 235 235 236 if ($result0) 236 237 { 237 238 if ($html=="1" || $html=="2") 238 PrintMagicTable($result0, $alias, $rightalign, "", "", "", "", $_GET);239 PrintMagicTable($result0, $alias, $rightalign, "", "", "", $result1); 239 240 else 240 241 PrintText($result0); 241 242 242 243 mysql_free_result($result0); 244 mysql_free_result($result1); 243 245 } 244 246 mysql_close($db_id);
Note:
See TracChangeset
for help on using the changeset viewer.