1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-05 16:27:38 +02:00

Ok, try to fix the "re-approval on edit" bugs. Also added make_clickable to log entries as well as logging moderator edits.

git-svn-id: file:///svn/phpbb/trunk@7491 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen
2007-05-06 21:02:23 +00:00
parent 919c1aee53
commit 4de7171836
5 changed files with 100 additions and 31 deletions

View File

@@ -2421,6 +2421,9 @@ function view_log($mode, &$log, &$log_count, $limit = 0, $offset = 0, $forum_id
{
$log[$i]['action'] .= '<br />' . implode('', $log_data_ary);
}
// Apply make_clickable... has to be seen if it is for good. :/
$log[$i]['action'] = make_clickable($log[$i]['action']);
}
$i++;