We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 045ed0d commit ecb6fb5Copy full SHA for ecb6fb5
1 file changed
update/2_8_3.php
@@ -25,7 +25,7 @@
25
FROM `zz_categorie`
26
WHERE (`colore` IS NULL OR `colore` = "")
27
AND `is_impianto` = 1
28
- AND `id_parent` IS NULL
+ AND `parent` IS NULL
29
ORDER BY `id` ASC
30
');
31
0 commit comments