Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: c8aea36719d275edf9b44d93a33d042631d7a87c https://github.com/phpmyadmin/phpmyadmin/commit/c8aea36719d275edf9b44d93a33d... Author: Michal Čihař mcihar@suse.cz Date: 2012-03-08 (Thu, 08 Mar 2012)
Changed paths: M server_privileges.php
Log Message: ----------- Saner use of translated strings
It is usually not good idea to pass translatable strings over request, and then concatenate them for display or use for checking form value.