Changeset 9498 for trunk/MagicSoft/Mars/datacenter/db/sequinfo.php
- Timestamp:
- 08/20/09 14:43:59 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/sequinfo.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) … … 628 628 629 629 $result0 = mysql_query($query0, $db_id); 630 $result1 = mysql_query("SELECT FOUND_ROWS()", $db_id); 630 631 631 632 if ($result0) 632 633 { 633 634 if ($html=="1" || $html=="2") 634 PrintMagicTable($result0, $alias, $rightalign, "", "", "", "", $_GET);635 PrintMagicTable($result0, $alias, $rightalign, "", "", "", $result1); 635 636 else 636 637 PrintText($result0); 637 638 638 639 mysql_free_result($result0); 640 mysql_free_result($result1); 639 641 } 640 642 mysql_close($db_id);
Note:
See TracChangeset
for help on using the changeset viewer.