* revert for search.

This commit is contained in:
wangyidong
2013-07-08 06:15:54 +00:00
parent b688079505
commit 9e1a902ffb
+1 -1
View File
@@ -58,7 +58,7 @@ class searchModel extends model
$valueName = "value$i";
/* Skip empty values. */
if($this->post->$valueName == '') continue;
if($this->post->$valueName == false) continue;
if($this->post->$valueName == 'null') $this->post->$valueName = ''; // Null is special, stands to empty.
/* Set and or. */