X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Faddressbook.php;h=08246cd6cf9446d62b145f1872b2cc2f15690d19;hb=d622d38af6c2101b24c27851caf30866070c90c1;hp=11cb7d09b5c342bd7b2c087972c3fbca61016f88;hpb=01589f262093b5af1c25621dd36d6bd8a509b4f8;p=squirrelmail.git diff --git a/functions/addressbook.php b/functions/addressbook.php index 11cb7d09..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; }