phpmyadmin/libraries/classes/Controllers/Table
Alessandro Dolci 3f5fff3f4d Fixed condition on the emptiness of enum type criteriaValues array (#14648)
The if condition has a call to the empty function on the criteriaValues array, but in the considered case that array only contains a '0', so this makes it look empty to the function. I added a control on the first element of the array, to avoid this specific situation.
It's my first contribution, so I hope I did well with the branches. Let me know if there's something missing or to do, I'm happy to help.

Signed-off-by: Alessandro Dolci <alessandro.dolci@pm.me>
2018-10-30 21:05:33 -03:00
..
TableChartController.php Replace Template::get calls in libraries/classes 2018-06-18 18:18:24 -03:00
TableGisVisualizationController.php Replace Template::get calls in libraries/classes 2018-06-18 18:18:24 -03:00
TableIndexesController.php Remove get_div_for_slider_effect twig extension 2018-08-08 22:15:00 -03:00
TableRelationController.php Remove $GLOBALS['dbi'] from Relation class 2018-08-30 19:05:09 -03:00
TableSearchController.php Fixed condition on the emptiness of enum type criteriaValues array (#14648) 2018-10-30 21:05:33 -03:00
TableStructureController.php Automatically add index while editing an existing row and setting auto increment (#14417) 2018-10-23 16:33:36 -03:00