mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
[ticket/10758] Add periods.
PHPBB3-10758
This commit is contained in:
parent
aaaf8a5332
commit
496529fa71
1 changed files with 2 additions and 2 deletions
|
@ -2294,7 +2294,7 @@ function auto_prune($forum_id, $prune_mode, $prune_flags, $prune_days, $prune_fr
|
||||||
/**
|
/**
|
||||||
* Cache moderators. Called whenever permissions are changed
|
* Cache moderators. Called whenever permissions are changed
|
||||||
* via admin_permissions. Changes of usernames and group names
|
* 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_db_driver $db Database connection
|
||||||
* @param phpbb_cache_driver_interface Cache driver
|
* @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
|
* Cache moderators. Called whenever permissions are changed
|
||||||
* via admin_permissions. Changes of usernames and group names
|
* 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
|
* @deprecated 3.1
|
||||||
* @return null
|
* @return null
|
||||||
|
|
Loading…
Add table
Reference in a new issue