Changeset 285 for trunk/includes/global_function.php
- Timestamp:
- Dec 11, 2009, 12:43:38 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/global_function.php
r284 r285 38 38 $PageCount = ceil($TotalCount / $ItemPerPage); 39 39 40 if(!array_key_exists('Page', $_SESSION)) $_SESSION['Page'] = 0; 40 41 if(array_key_exists('page', $_GET)) $_SESSION['Page'] = $_GET['page'] * 1; 41 42 if($_SESSION['Page'] < 0) $_SESSION['Page'] = 0;
Note:
See TracChangeset
for help on using the changeset viewer.