Changeset 861 for trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/xpress_common_functions.php
- Timestamp:
- Jun 15, 2016, 10:15:37 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/xpress_common_functions.php
r812 r861 327 327 328 328 $where_str = "$match[0]"; 329 $where_arry = split(' ',$where_str);329 $where_arry = explode(' ',$where_str); 330 330 $post_prefix = ''; 331 331 foreach ($where_arry as $p){ … … 344 344 if ( preg_match ( "/".$pattern."/i", $query, $match ) ){ 345 345 $where_str = "$match[0]"; 346 $where_arry = split(' ',$where_str);346 $where_arry = explode(' ',$where_str); 347 347 $post_prefix = ''; 348 348 foreach ($where_arry as $p){
Note: See TracChangeset
for help on using the changeset viewer.