Index: trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/xpress_common_functions.php
===================================================================
--- trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/xpress_common_functions.php	(revision 860)
+++ trunk/xpressme_integration_kit/wp-content/plugins/xpressme/include/xpress_common_functions.php	(revision 861)
@@ -327,5 +327,5 @@
 				
 				$where_str = "$match[0]";
-				$where_arry = split(' ',$where_str);
+				$where_arry = explode(' ',$where_str);
 				$post_prefix = '';
 				foreach ($where_arry as $p){
@@ -344,5 +344,5 @@
 			if ( preg_match ( "/".$pattern."/i", $query, $match ) ){
 				$where_str = "$match[0]";
-				$where_arry = split(' ',$where_str);
+				$where_arry = explode(' ',$where_str);
 				$post_prefix = '';
 				foreach ($where_arry as $p){
