mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
related to #1595 Temporary fix before pagination
This commit is contained in:
@@ -444,8 +444,8 @@ SELECT
|
||||
occured_on,
|
||||
details
|
||||
FROM '.ACTIVITY_TABLE.'
|
||||
ORDER BY activity_id DESC
|
||||
;';
|
||||
ORDER BY activity_id DESC LIMIT 100000
|
||||
;'; //Limited to 100k before implementing pagination in v.13 (issue #1595)
|
||||
|
||||
$line_id = 0;
|
||||
$result = pwg_query($query);
|
||||
|
||||
Reference in New Issue
Block a user