This commit is contained in:
Luca 2021-06-04 17:21:50 +02:00
commit 0c73a98272
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ function orderValue($table, $field, $id)
*/
function reorderRows($table, $field, $id)
{
$righe = database()->select($table, 'id', [$field => $id]);
$righe = database()->select($table, 'id', [$field => $id], ['order' => 'ASC']);
$i = 1;
foreach ($righe as $riga) {