Closed GoogleCodeExporter closed 9 years ago
I think an adjustment in the cleanRequestData method is a nice fix.
Something like:
if ( ctype_digit( $value ) ) $data[$key] = (int) $value;
I will add it today, after work ;)
Original comment by johan.ad...@gmail.com
on 5 Jul 2010 at 1:39
Committed r8 which should take care of this.
Original comment by brycied...@gmail.com
on 5 Jul 2010 at 10:28
Hah! You beat me to it, ah well. Nice going with the UTF8 fix.
Original comment by johan.ad...@gmail.com
on 5 Jul 2010 at 11:03
Thanks it was nothing.
Original comment by brycied...@gmail.com
on 5 Jul 2010 at 11:55
Original issue reported on code.google.com by
johan.ad...@gmail.com
on 5 Jul 2010 at 1:37