1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 22:40:39 +02:00

Merge branch 'develop-olympus' into develop

* develop-olympus:
  [ticket/5506] Do not display an empty last page after deleting logs.
This commit is contained in:
Nils Adermann
2011-07-16 21:00:14 -04:00
6 changed files with 39 additions and 22 deletions

View File

@@ -198,7 +198,7 @@ class mcp_notes
$log_data = array();
$log_count = 0;
view_log('user', $log_data, $log_count, $config['topics_per_page'], $start, 0, 0, $user_id, $sql_where, $sql_sort, $keywords);
$start = view_log('user', $log_data, $log_count, $config['topics_per_page'], $start, 0, 0, $user_id, $sql_where, $sql_sort, $keywords);
if ($log_count)
{