diff options
author | Oleg Pudeyev <oleg@bsdpower.com> | 2012-12-22 17:54:54 -0500 |
---|---|---|
committer | Oleg Pudeyev <oleg@bsdpower.com> | 2012-12-22 17:54:54 -0500 |
commit | 496529fa714b6cdc6e8b8ffeb7750fe27907c267 (patch) | |
tree | 7f094028120db2074554e1522182b608b7d189ee /phpBB/includes | |
parent | aaaf8a5332aa6679522c687f0c8144d0819c05a5 (diff) | |
download | forums-496529fa714b6cdc6e8b8ffeb7750fe27907c267.tar forums-496529fa714b6cdc6e8b8ffeb7750fe27907c267.tar.gz forums-496529fa714b6cdc6e8b8ffeb7750fe27907c267.tar.bz2 forums-496529fa714b6cdc6e8b8ffeb7750fe27907c267.tar.xz forums-496529fa714b6cdc6e8b8ffeb7750fe27907c267.zip |
[ticket/10758] Add periods.
PHPBB3-10758
Diffstat (limited to 'phpBB/includes')
-rw-r--r-- | phpBB/includes/functions_admin.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/includes/functions_admin.php b/phpBB/includes/functions_admin.php index 22735cf2cd..3864c9de36 100644 --- a/phpBB/includes/functions_admin.php +++ b/phpBB/includes/functions_admin.php @@ -2294,7 +2294,7 @@ function auto_prune($forum_id, $prune_mode, $prune_flags, $prune_days, $prune_fr /** * Cache moderators. Called whenever permissions are changed * via admin_permissions. Changes of usernames and group names -* must be carried through for the moderators table +* must be carried through for the moderators table. * * @param phpbb_db_driver $db Database connection * @param phpbb_cache_driver_interface Cache driver @@ -2475,7 +2475,7 @@ function phpbb_cache_moderators($db, $cache, $auth) /** * Cache moderators. Called whenever permissions are changed * via admin_permissions. Changes of usernames and group names -* must be carried through for the moderators table +* must be carried through for the moderators table. * * @deprecated 3.1 * @return null |