|
@@ -116,7 +116,7 @@ if($action == 'gap')
|
|
|
if($r['status'] == 'Error') {
|
|
if($r['status'] == 'Error') {
|
|
|
echo 'Error : could not fetch information of packages :-(' . PHP_EOL;
|
|
echo 'Error : could not fetch information of packages :-(' . PHP_EOL;
|
|
|
} else {
|
|
} else {
|
|
|
- echo 'OK : got the infos of ' . count($r['msj']) . 'packages :-)' . PHP_EOL;
|
|
|
|
|
|
|
+ echo 'OK : got the infos of ' . count($r['msj']) . ' packages :-)' . PHP_EOL;
|
|
|
}
|
|
}
|
|
|
print_r($r);
|
|
print_r($r);
|
|
|
}
|
|
}
|