Changeset 1421 in ExiteCMS for trunk/includes/theme_functions.php
- Timestamp:
- 05/30/08 22:11:18 (4 years ago)
- File:
-
- 1 edited
-
trunk/includes/theme_functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/theme_functions.php
r1313 r1421 467 467 } 468 468 469 // remove any expired posts trackers 470 if (isset($_SESSION['posts']) && is_array($_SESSION['posts'])) { 471 foreach($_SESSION['posts'] as $key => $value) { 472 if ($value < time()) unset($_SESSION['posts'][$key]); 473 } 474 } 475 469 476 // flush any session info 470 477 session_write_close();
Note: See TracChangeset
for help on using the changeset viewer.
