This commit is contained in:
paoloar77
2024-09-05 17:20:32 +02:00
parent 6afdec9747
commit 422a454ffd

View File

@@ -939,6 +939,8 @@ function showCartolibri()
$sep = ' | ';
echo "PROVA:"
$ind = 1;
foreach ($articles as $article) {
@@ -946,6 +948,9 @@ function showCartolibri()
echo $riga;
$ind++;
if ($ind == 2)
break;
}
}