![]() |
Alexey admin 2/26/2007 |
Brent, else if(!IsDateFieldType($type)) $sSearchFor=db_addslashes($sSearchFor); and replace it with: else if(!IsDateFieldType($type) || $strSearchOption=="Contains" || $strSearchOption=="Starts with ..." ) $sSearchFor=db_addslashes($sSearchFor); |
G
|
GeddyLee author 2/28/2007 |
Thanks, I'll give that a shot |