diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2007-01-27 16:41:14 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2007-01-27 16:41:14 +0000 |
commit | 538ffb5bfb9dc2ebc9907adc3fc4ea020a442434 (patch) | |
tree | a98951354c65df8c60ef2e69f3f9a6a54748267a /phpBB/includes/functions_convert.php | |
parent | 3f53551fa8bbe100cbd076422f0484aa8db0aea9 (diff) | |
download | forums-538ffb5bfb9dc2ebc9907adc3fc4ea020a442434.tar forums-538ffb5bfb9dc2ebc9907adc3fc4ea020a442434.tar.gz forums-538ffb5bfb9dc2ebc9907adc3fc4ea020a442434.tar.bz2 forums-538ffb5bfb9dc2ebc9907adc3fc4ea020a442434.tar.xz forums-538ffb5bfb9dc2ebc9907adc3fc4ea020a442434.zip |
some very tiny adjustements.
git-svn-id: file:///svn/phpbb/trunk@6939 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/functions_convert.php')
-rw-r--r-- | phpBB/includes/functions_convert.php | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/phpBB/includes/functions_convert.php b/phpBB/includes/functions_convert.php index b01b19fa69..14dd4c370b 100644 --- a/phpBB/includes/functions_convert.php +++ b/phpBB/includes/functions_convert.php @@ -8,17 +8,14 @@ * */ -/* -* @todo Make all spellings consistant with those in the main code (eg smilie, etc) as there are several used +/** +* Default avatar width/height +* @ignore */ - -// Default avatar width/height define('DEFAULT_AVATAR_X', 80); define('DEFAULT_AVATAR_Y', 80); -/** -* Global functions - all functions can be used by convertors -*/ +// Global functions - all functions can be used by convertors /** * Determine whether we are approaching the maximum execution time @@ -1055,10 +1052,9 @@ function add_user_group($group_id, $user_id, $group_leader=false) /** * Add users to the pre-defined "special" groups +* * @param string $group The name of the special group to add to * @param string $select_query An SQL query to retrieve the user(s) to add to the group -* -* @todo Is this perhaps misnamed? It doesn't appear to directly have anything to do with auth */ function user_group_auth($group, $select_query) { |