Changeset 198 for trunk/includes/global_function.php
- Timestamp:
- Jun 5, 2009, 6:44:57 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/global_function.php
r197 r198 31 31 global $Database; 32 32 33 echo('<div style="text-align: center">'); 33 34 $Line = mysql_fetch_row($Database->SQLCommand('SELECT count(*) FROM '.$Table.' '.$Where)); 34 35 $ItemCount = floor($Line[0] / $ItemsPerPage); … … 42 43 else echo('<a href="'.$Address.$Page.'">'.$Page.'</a> '); 43 44 } 44 echo('< br />');45 echo('</div>'); 45 46 } 46 47
Note:
See TracChangeset
for help on using the changeset viewer.