1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Merge commit '441755bf170e49799e311c71b2123ff263970d62' into feature/prune-users

* commit '441755bf170e49799e311c71b2123ff263970d62':
  [ticket/9874] view_log() performs unneeded count query over all log entries.
This commit is contained in:
Oleg Pudeyev
2011-05-08 03:12:16 -04:00
4 changed files with 18 additions and 14 deletions

View File

@@ -529,7 +529,7 @@ class acp_main
);
$log_data = array();
$log_count = 0;
$log_count = false;
if ($auth->acl_get('a_viewlogs'))
{