Fix for moving last message in a folder.
[squirrelmail.git] / functions / abook_local_file.php
index 49f82845ad31d39e1235666382d08cb2a48f85ff..b9f93a78dbdda097990c8940b8833d0f5507ab2f 100644 (file)
@@ -3,7 +3,7 @@
 /**
  * abook_local_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
@@ -24,6 +24,7 @@
 
 /**
  * Store the addressbook in a local file
+ * @package squirrelmail
  */
 class abook_local_file extends addressbook_backend {
     var $btype = 'local';