View Single Post
  #6  
Old 11-19-2007, 09:34 AM
mike mike is offline
Administrator
 
Join Date: May 2007
Posts: 273
Send a message via AIM to mike Send a message via MSN to mike Send a message via Yahoo to mike Send a message via Skype™ to mike

MB

Sorry that I did not get a chance to look into this for you and I am glad that you were able to figure it out. I actually could have told you that even if you were updating one item that it had to be an array. I do agree that the function should check to see if the the value it is receiving is an array:

PHP Code:
 if is_array($value)
{
   do 
this
}
else
{
   echo 
"Your data needs to be in an array, please check data and correct";

Maybe something like that can be added to your script to check it or maybe you can send that to Nick Tran and he can add it to the next release (whenever that is)

Do you still need help on the other issue?

Again sorry for my lack of looking into this

~Mike
Reply With Quote