Index: temp/trunk/html/admin/customer/edit.php
===================================================================
--- temp/trunk/html/admin/customer/edit.php	(revision 3617)
+++ temp/trunk/html/admin/customer/edit.php	(revision 3618)
@@ -90,5 +90,5 @@
 	$arrSearch = $_POST['search_data'];
 }
-if(count($arrSearch) > 0){
+if(is_array($arrSearch)){
 	foreach($arrSearch as $key => $val){
 		$arrSearchData[$key] = $val;
