extra quote removed
[squirrelmail.git] / functions / abook_global_file.php
index b9152b527ca275c6e8b34d7d04bcc75aa09b7986..7a8987fa956257dc6f8829f5a78d047b8cebab21 100644 (file)
@@ -1,9 +1,9 @@
 <?php
 
 /**
- * abook_local_file.php
+ * abook_global_file.php
  *
- * Copyright (c) 1999-2002 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$
+ * @version $Id$
+ * @package squirrelmail
+ * @subpackage addressbook
  */
 
+/**
+ * Undocumented class - fixme
+ * @package squirrelmail
+ */
 class abook_global_file extends addressbook_backend {
     var $btype = 'local';
     var $bname = 'global_file';