diff options
author | Meik Sievertsen <acydburn@phpbb.com> | 2006-12-10 15:09:31 +0000 |
---|---|---|
committer | Meik Sievertsen <acydburn@phpbb.com> | 2006-12-10 15:09:31 +0000 |
commit | 564e6782f04ca81ddad8bba5e041aa1bd8914be8 (patch) | |
tree | c7e1a8d019744984e44cd51cfccaa89305c72d00 /phpBB/includes/acp/acp_users.php | |
parent | e274c6abc60d4dde3039027954297a8f589777c6 (diff) | |
download | forums-564e6782f04ca81ddad8bba5e041aa1bd8914be8.tar forums-564e6782f04ca81ddad8bba5e041aa1bd8914be8.tar.gz forums-564e6782f04ca81ddad8bba5e041aa1bd8914be8.tar.bz2 forums-564e6782f04ca81ddad8bba5e041aa1bd8914be8.tar.xz forums-564e6782f04ca81ddad8bba5e041aa1bd8914be8.zip |
- #6110
- #6102
- #6096
git-svn-id: file:///svn/phpbb/trunk@6738 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/includes/acp/acp_users.php')
-rw-r--r-- | phpBB/includes/acp/acp_users.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/includes/acp/acp_users.php b/phpBB/includes/acp/acp_users.php index 314514b8e2..28125df3ed 100644 --- a/phpBB/includes/acp/acp_users.php +++ b/phpBB/includes/acp/acp_users.php @@ -1032,7 +1032,7 @@ class acp_users 'icq' => array( array('string', true, 3, 15), array('match', true, '#^[0-9]+$#i')), - 'aim' => array('string', true, 3, 17), + 'aim' => array('string', true, 3, 255), 'msn' => array('string', true, 5, 255), 'jabber' => array( array('string', true, 5, 255), |