first function can be used in other plugins. second function is private and
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 23 Mar 2005 14:43:15 +0000 (14:43 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Wed, 23 Mar 2005 14:43:15 +0000 (14:43 +0000)
available in both stable and devel

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9129 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/administrator/auth.php

index 3aac1a106499393c974df4f54deb53ff1a51c47a..472beaf8a00a868f6558c79494e1d9efb45d7797 100644 (file)
@@ -17,7 +17,6 @@
  * Check if user has access to administrative functions
  *
  * @return boolean
- * @access private
  */
 function adm_check_user() {
     global $PHP_SELF;
@@ -53,7 +52,8 @@ function adm_check_user() {
  * Removes whitespace from array values
  * @param string $value array value that has to be trimmed
  * @param string $key array key
- * @since 1.5.1
+ * @since 1.5.1 and 1.4.5
+ * @access private
  */
 function adm_array_trim(&$value,$key) {
     $value=trim($value);