Browse Source

String fix and chmod

philippe_mingo 24 years ago
parent
commit
1d9eabafe8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      functions/addressbook.php

+ 1 - 1
functions/addressbook.php

@@ -393,7 +393,7 @@
 	 }
 	 }
 
 
 	 if(eregi('[\\: \\|\\#"\\!]', $userdata['nickname'])) {
 	 if(eregi('[\\: \\|\\#"\\!]', $userdata['nickname'])) {
-	    $this->error = _("Nickname contain illegal characters");
+	    $this->error = _("Nickname contains illegal characters");
 	    return false;
 	    return false;
 	 }
 	 }