From d65734bd7026d956039826abadc339b455d4f13f Mon Sep 17 00:00:00 2001 From: philippe_mingo Date: Thu, 15 Nov 2001 11:03:50 +0000 Subject: [PATCH] String fix and chmod git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1755 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/addressbook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/addressbook.php b/functions/addressbook.php index a9eda171..e1e13d8a 100644 --- a/functions/addressbook.php +++ b/functions/addressbook.php @@ -393,7 +393,7 @@ } if(eregi('[\\: \\|\\#"\\!]', $userdata['nickname'])) { - $this->error = _("Nickname contain illegal characters"); + $this->error = _("Nickname contains illegal characters"); return false; } -- 2.25.1