if (is_numeric($value) && strlen($value) == 10) $time[0] == $value;
should be
if (is_numeric($value) && strlen($value) == 10) $time[0] = $value;

line 568, commands.php

-- 
You received this message because you are subscribed to the Google Groups 
"BoltWire" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/boltwire?hl=en.

Reply via email to