Changeset 2090 in ExiteCMS for trunk/search.php
- Timestamp:
- 12/04/08 14:28:48 (3 years ago)
- File:
-
- 1 edited
-
trunk/search.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/search.php
r1936 r2090 41 41 if (!isset($action)) $action = ""; 42 42 $variables['action'] = $action; 43 44 // if this is a new search, wipe the search session variables 45 if (isset($_POST['search_id']) && isset($_SESSION['search'])) { 46 unset($_SESSION['search']); 47 } 43 48 44 49 if (!isset($search_id)) {
Note: See TracChangeset
for help on using the changeset viewer.
