diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-09-13 15:01:15 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-09-13 15:01:15 +0000 |
commit | 685282c2cbe8a6d8c7abd77d3801d7242d0ae693 (patch) | |
tree | 0533a1ca066f5c78882782b1a9fcbcb4e2f768f5 /phpBB/includes/functions_admin.php | |
parent | e503216834c466de1eb5746d1b2998a8db5de086 (diff) | |
download | forums-685282c2cbe8a6d8c7abd77d3801d7242d0ae693.tar forums-685282c2cbe8a6d8c7abd77d3801d7242d0ae693.tar.gz forums-685282c2cbe8a6d8c7abd77d3801d7242d0ae693.tar.bz2 forums-685282c2cbe8a6d8c7abd77d3801d7242d0ae693.tar.xz forums-685282c2cbe8a6d8c7abd77d3801d7242d0ae693.zip |
- some language tweaks suggested by John
- some bug fixes
- finally adding db_tools...
git-svn-id: file:///svn/phpbb/trunk@8088 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_admin.php')
-rw-r--r-- | phpBB/includes/functions_admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/functions_admin.php b/phpBB/includes/functions_admin.php index 4dfd58e28c..19080f580e 100644 --- a/phpBB/includes/functions_admin.php +++ b/phpBB/includes/functions_admin.php @@ -2423,7 +2423,7 @@ function view_log($mode, &$log, &$log_count, $limit = 0, $offset = 0, $forum_id if (isset($user->lang[$row['log_operation']])) { - // We supress the warning about inappropiate number of passed parameters here due to possible changes within LOG strings from one version to another. + // We supress the warning about inappropriate number of passed parameters here due to possible changes within LOG strings from one version to another. $log[$i]['action'] = @vsprintf($log[$i]['action'], $log_data_ary); // If within the admin panel we do not censor text out |