Update row-list.php

This commit is contained in:
Luca 2020-03-18 19:47:15 +01:00
parent 637b35e770
commit c7bb21eedc
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
include_once __DIR__.'/../../core.php';
$subcategorie = $dbo->fetchArray('SELECT * FROM `mg_categorie` WHERE `parent`='.prepare($id_record));
$subcategorie = $dbo->fetchArray('SELECT * FROM `mg_categorie` WHERE `parent`='.prepare($id_record).' ORDER BY nome ASC ');
foreach ($subcategorie as $sub) {
echo '