1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 06:51:33 +02:00

[ticket/12732] Add Skype custom profile field

PHPBB3-12732
This commit is contained in:
Shitiz Garg
2014-06-19 19:02:10 +05:30
parent 70d4ede9b2
commit 28012dc9e1
6 changed files with 65 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ abstract class type_string_common extends type_base
'ALPHA_ONLY' => '[\w]+',
'ALPHA_UNDERSCORE' => '[\w_]+',
'ALPHA_SPACERS' => '[\w_\+\. \-\[\]]+',
'ALPHA_PUNCTUATION' => '[a-zA-Z][\w\.,\-_]+'
);
/**