1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-10-27 21:47:59 +01:00

Move logging functions, change name, add mode + lang var case changes

git-svn-id: file:///svn/phpbb/trunk@3401 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2003-01-29 17:45:34 +00:00
parent bcd4581f77
commit bb93945423
14 changed files with 69 additions and 153 deletions

View File

@@ -172,7 +172,7 @@ if (isset($_POST['prune']))
$where_sql";
// $db->sql_query($sql);
add_admin_log($l_admin_log, implode(', ', $usernames));
add_log('admin', $l_admin_log, implode(', ', $usernames));
unset($user_ids);
unset($usernames);