[Phpmyadmin-devel] sqlparser.lib.php#392 ($c == '.') && ($c == '0') ???
Sebastian Mendel
lists at sebastianmendel.de
Wed Feb 7 14:29:37 CET 2007
Sebastian Mendel schrieb:
> Hi,
>
> just curious about
>
> $is_hex_digit = ($is_digit) && ($c == '.') && ($c == '0') &&
> ($count2 < $len) && (PMA_substr($sql, $count2, 1) == 'x');
>
> on line #392
>
>
> how can $c be '.' AND '0' ???
Revision: 7554
Author: nijel
Date: 20:50:45, Freitag, 14. Oktober 2005
Message:
Handle correctly float like .01 (bug #1252713).
----
Modified : /trunk/phpMyAdmin/ChangeLog
Modified : /trunk/phpMyAdmin/libraries/sqlparser.lib.php
--
Sebastian Mendel
www.sebastianmendel.de
More information about the Developers
mailing list