Changeset 113 for trunk/includes/global_function.php
- Timestamp:
- Feb 19, 2009, 6:37:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/global_function.php
r78 r113 28 28 29 29 if($CurrentPage > $ItemCount) $CurrentPage = ($ItemCount / $ItemsPerPage) - 1; 30 for($Page = 1; $Page <= $ItemCount ; $Page++)30 for($Page = 1; $Page <= $ItemCount+1; $Page++) 31 31 { 32 32 if($CurrentPage == $Page) echo('<strong>'.$Page.'</strong> ');
Note:
See TracChangeset
for help on using the changeset viewer.