Thanks! Will be fixed for the next release. Cheers, Dan
On Thu, Nov 17, 2011 at 10:38 AM, DrunkenMonk <[email protected]> wrote: > 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. > > -- 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.
