Update row-list.php
This commit is contained in:
parent
637b35e770
commit
c7bb21eedc
|
@ -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 '
|
||||
|
|
Loading…
Reference in New Issue