test
This commit is contained in:
@@ -98,9 +98,13 @@ class TestPao extends Command
|
||||
|
||||
foreach ($articles as $article) {
|
||||
try {
|
||||
$strarticolo = json_encode($article, JSON_PRETTY_PRINT);
|
||||
echo $strarticolo;
|
||||
$log .= $strarticolo;
|
||||
if (is_array($article)) {
|
||||
$strarticolo = json_encode($article, JSON_PRETTY_PRINT);
|
||||
if ($strarticolo !== false) {
|
||||
echo $strarticolo;
|
||||
$log .= $strarticolo;
|
||||
}
|
||||
}
|
||||
|
||||
$mostra = false;
|
||||
if ($mostra_solo_qta_negative) {
|
||||
|
||||
Reference in New Issue
Block a user