Remove obsolete UID support conf.pl code.
[squirrelmail.git] / functions / abook_global_file.php
index 95e2dd39dd7ce4bee0e003bbee9c6a0c3e722bdd..98426cc8b46a1791e7290cb0ab5b58dd5402d25b 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 
 /**
- * abook_local_file.php
+ * abook_global_file.php
  *
- * Copyright (c) 1999-2003 The SquirrelMail Project Team
+ * Copyright (c) 1999-2004 The SquirrelMail Project Team
  * Licensed under the GNU GPL. For full terms see the file COPYING.
  *
  * Backend for addressbook as a pipe separated file
  * Make sure you configure this before using it!
  *
  * $Id$
+ * @package squirrelmail
  */
 
+/**
+ * Undocumented class - fixme
+ * @package squirrelmail
+ */
 class abook_global_file extends addressbook_backend {
     var $btype = 'local';
     var $bname = 'global_file';