diff options
Diffstat (limited to 'modules/account.module')
-rw-r--r-- | modules/account.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/account.module b/modules/account.module index b5b19ef3f..72687a0e0 100644 --- a/modules/account.module +++ b/modules/account.module @@ -31,7 +31,7 @@ function account_help() { <TR><TD>apple</TD><TD>Matches any string that has the text "apple" in it.<TD></TR> <TR><TD>^apple$</TD><TD>Matches the exact string "apple".<TD></TR> <TR><TD>^apple</TD><TD>Matches any string that starts with "apple".<TD></TR> - <TR><TD>domain\.com$</TD><TD>Matches any string that ends with "@domain.com". Note that you have to escape the dot in domain.com.</TD></TR> + <TR><TD>domain\.com$</TD><TD>Matches any string that ends with "domain.com". Note that you have to escape the dot in domain.com.</TD></TR> </TABLE> <?php } |