Official Mail_Fetch version
[squirrelmail.git] / functions / addressbook.php
index ecb8cd66385c6b65500d2c36c6b8cf8fdbd7dea6..08246cd6cf9446d62b145f1872b2cc2f15690d19 100644 (file)
@@ -1,16 +1,16 @@
 <?php
 
-  /**
-   **  addressbook.php
-   **
-   **  Functions and classes for the addressbook system.
-   **
-   **  $Id$
-   **/
-    
-   if (defined ('addressbook_php'))
-      return; 
-   define ('addressbook_php', true); 
+   /**
+    **  addressbook.php
+    **
+    **  Copyright (c) 1999-2001 The Squirrelmail Development Team
+    **  Licensed under the GNU GPL. For full terms see the file COPYING.
+    **
+    **  Functions and classes for the addressbook system.
+    **
+    **  $Id$
+    **/
+
 
    // This is the path to the global site-wide addressbook.
    // It looks and feels just like a user's .abook file
         }
 
         if(eregi('[ \\:\\|\\#\\"\\!]', $userdata['nickname'])) {
-           $this->error = _("Nickname contain illegal characters");
+           $this->error = _("Nickname contains illegal characters");
            return false;
         }
 
         }
 
         if(eregi('[\\: \\|\\#"\\!]', $userdata['nickname'])) {
-           $this->error = _("Nickname contain illegal characters");
+           $this->error = _("Nickname contains illegal characters");
            return false;
         }
 
 
    }
 
-?>
\ No newline at end of file
+?>