mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-05 08:22:35 +02:00
related to #1595 Temporary fix before pagination
This commit is contained in:
@@ -444,8 +444,8 @@ SELECT
|
|||||||
occured_on,
|
occured_on,
|
||||||
details
|
details
|
||||||
FROM '.ACTIVITY_TABLE.'
|
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;
|
$line_id = 0;
|
||||||
$result = pwg_query($query);
|
$result = pwg_query($query);
|
||||||
|
|||||||
Reference in New Issue
Block a user