Hi,
PMA_showMessage() in common.lib.php uses md5() for generating the table-id, why md5() why not cleartext?
and second: why only the table-name? the table is not unique if you have more than one db ...
i would change this, if no one complaints.
Hi
On Tue 11. 10. 2005 12:02, Sebastian Mendel wrote:
PMA_showMessage() in common.lib.php uses md5() for generating the table-id, why md5() why not cleartext?
Probably because you need to escape plaintext somehow and md5 is easiest way to ensure you don't get any ugly characters on output :-)
and second: why only the table-name? the table is not unique if you have more than one db ...
No idea, probably was meant only for one database queries...