Hi, this revision: http://phpmyadmin.svn.sourceforge.net/viewvc/phpmyadmin?view=rev&revisio...
breaks this query: select `nombre_posté` from personne
when I want to go to Next page of results.
Due to the use of hmtlentities() on the query, it becomes SELECT `nombre_posté` FROM `personne`
Marc