Author: E-Peng
Email: [EMAIL PROTECTED]
Message:
Hi All!

This is not a question, only a sharing. For those who wants to store the 
udm_set_agent_param value in array, remember not to put any single/double quote. Don't 
get what I mean, see the following:

a. $search_mode[0] = UDM_MODE_ANY    (correct)
b. $search_mode[1] = "UDM_MODE_ALL"  (wrong)

So, (a) will work when u call udm_set_agent_param as below:

Udm_Set_Agent_Param($udm_agent,UDM_PARAM_SEARCH_MODE,$search_mode[0]);


ok, hope it does help...



Reply: <http://www.mnogosearch.org/board/message.php?id=3046>

___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to