phpmyadmin/libraries/classes/Controllers/Table
Alessandro Dolci fd3dde47a6 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>
(cherry picked from commit 3f5fff3f4d)
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
2018-10-30 21:09:02 -03:00
..
TableChartController.php Fix #14239 Line and some other charts ignore result set order of values chosen for the x-axis 2018-05-06 08:59:06 +10:00
TableGisVisualizationController.php
TableIndexesController.php
TableRelationController.php Replace PhpMyAdmin\Relation static calls 2018-03-25 19:32:13 -03:00
TableSearchController.php Fixed condition on the emptiness of enum type criteriaValues array (#14648) 2018-10-30 21:09:02 -03:00
TableStructureController.php Fix MariaDB 10.2 current_timestamp() 2018-05-08 07:39:53 -03:00