
31 Mar
2014
31 Mar
'14
10:24 a.m.
Branch: refs/heads/master Home: https://github.com/phpmyadmin/phpmyadmin Commit: d1c5a385eebf064dcd919cee18d707f693a3116b https://github.com/phpmyadmin/phpmyadmin/commit/d1c5a385eebf064dcd919cee18d7... Author: Michal Čihař <michal@cihar.com> Date: 2014-03-31 (Mon, 31 Mar 2014) Changed paths: M libraries/tbl_columns_definition_form.lib.php Log Message: ----------- Simplify the code and improve messages - Use conditions rather than ternary operator, which is hard to read with multiple conditions. - Do not concatenat translated message, use format string instead. Signed-off-by: Michal Čihař <michal@cihar.com>