X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Faddressbook.php;h=08246cd6cf9446d62b145f1872b2cc2f15690d19;hb=d622d38af6c2101b24c27851caf30866070c90c1;hp=ecb8cd66385c6b65500d2c36c6b8cf8fdbd7dea6;hpb=0fc2aca076a604fae5aa24b231288b4054a26fa2;p=squirrelmail.git diff --git a/functions/addressbook.php b/functions/addressbook.php index ecb8cd66..08246cd6 100644 --- a/functions/addressbook.php +++ b/functions/addressbook.php @@ -1,16 +1,16 @@ error = _("Nickname contain illegal characters"); + $this->error = _("Nickname contains illegal characters"); return false; } @@ -393,7 +393,7 @@ } if(eregi('[\\: \\|\\#"\\!]', $userdata['nickname'])) { - $this->error = _("Nickname contain illegal characters"); + $this->error = _("Nickname contains illegal characters"); return false; } @@ -478,4 +478,4 @@ } -?> \ No newline at end of file +?>