mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
related to #1465 added hover on ip and user name + adjustments for labels and translation
This commit is contained in:
committed by
plegall
parent
98c8269cdf
commit
5ca10bbfae
@@ -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];
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user