Changeset 9498 for trunk/MagicSoft/Mars/datacenter/db/statusrps.php
- Timestamp:
- 08/20/09 14:43:59 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/statusrps.php
r9486 r9498 3 3 function CreateQuery($_GET, $alias, $checkstatusgroup, $checkwhere, $needs) 4 4 { 5 $query0 = "SELECT ";5 $query0 = "SELECT SQL_CALC_FOUND_ROWS "; 6 6 7 7 $statusgroups = 0; … … 203 203 204 204 $result0 = mysql_query($query0, $db_id); 205 $result1 = mysql_query("SELECT FOUND_ROWS()", $db_id); 205 206 206 207 if ($result0) 207 208 { 208 209 if ($html=="1") 209 PrintMagicTable($result0, $alias, $rightalign, "", "", "", "", $_GET);210 PrintMagicTable($result0, $alias, $rightalign, "", "", "", $result1); 210 211 else 211 212 PrintText($result0); 212 213 213 214 mysql_free_result($result0); 215 mysql_free_result($result1); 214 216 } 215 217 mysql_close($db_id);
Note:
See TracChangeset
for help on using the changeset viewer.