[Phpmyadmin-devel] export: about using "--"

Michal Čihař michal at cihar.com
Sun Sep 19 07:15:02 CEST 2004


On Sat 18. 9. 2004 16:19, Marc Delisle wrote:
> The trim occurs at 2 places:

Only 2? I (grep) sees 6 :-)

$ grep trim read_dump.php libraries/read_dump.lib.php sql.php | wc -l
6

> read_dump.php, line 138
> libraries/read_dump.lib.php, line 21
>
> The bug is fixed by replacing the one at line 21 by
> $sql          = rtrim($sql, "\n\r");
>
> (avoid removing the last space which is necessary for ANSI-style comment)
>
> and removing the one at line 138, however can someone tell me the
> purpose of the trim at line 138?

Well we have quite plenty trims over code and most of them are actually not 
necessary, maybe we could remove them and see if actually something breaks (I 
doubt that not trimming SQL could cause problem).

-- 
    Michal Čihař | http://cihar.com
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.phpmyadmin.net/pipermail/developers/attachments/20040919/2d264d77/attachment.sig>


More information about the Developers mailing list