related to #1465 added hover on ip and user name + adjustments for labels and translation

This commit is contained in:
Matthieu Leproux
2021-09-20 15:06:21 +02:00
committed by plegall
parent 98c8269cdf
commit 5ca10bbfae
5 changed files with 38 additions and 11 deletions
-3
View File
@@ -971,13 +971,10 @@ SELECT
$result = array_reverse($result, true);
$result = array_slice($result, $param['pageNumber']*100, 100);
/* Tableau associatif here cf ws_images_search*/
return array(
'lines' => $result,
'params' => $param,
'maxPage' => $max_page
);
// [$result, $param, $max_page];
}
?>