Changeset 602
- Timestamp:
- 10/15/06 16:36:12 (2 years ago)
- Files:
-
- trunk/upload/include/functions.php (modified) (1 diff)
- trunk/upload/search.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/upload/include/functions.php
r587 r602 1049 1049 { 1050 1050 if (!in_array($k, $no_unset) && isset($GLOBALS[$k])) 1051 { 1051 1052 unset($GLOBALS[$k]); 1053 unset($GLOBALS[$k]); // Double unset to circumvent the zend_hash_del_key_or_index hole in PHP <4.4.3 and <5.1.4 1054 } 1052 1055 } 1053 1056 } trunk/upload/search.php
r599 r602 171 171 $word_count = 0; 172 172 $match_type = 'and'; 173 $result_list = array(); 173 174 @reset($keywords_array); 174 175 while (list(, $cur_word) = @each($keywords_array))
