** -> *
[squirrelmail.git] / functions / abook_global_file.php
index 2317948ffb1739123d6f9b749d3f0417be04fa6a..f18054252f03f4ce5e4024a265e9da0e412baf76 100644 (file)
@@ -1,23 +1,23 @@
 <?php
 
    /**
-    **  abook_local_file.php
-    **
-    **  Copyright (c) 1999-2001 The Squirrelmail Development Team
-    **  Licensed under the GNU GPL. For full terms see the file COPYING.
-    **
-    **  Backend for addressbook as a pipe separated file
-    **
-    **  An array with the following elements must be passed to
-    **  the class constructor (elements marked ? are optional):
-    **
-    **  NOTE. This class should not be used directly. Use the
-    **        "AddressBook" class instead.
-    **
-    **  Make sure you configure this before using it!
-    **
-    ** $Id$
-    **/
+    *   abook_local_file.php
+    *
+    *   Copyright (c) 1999-2001 The Squirrelmail Development Team
+    *   Licensed under the GNU GPL. For full terms see the file COPYING.
+    *
+    *   Backend for addressbook as a pipe separated file
+    *
+    *   An array with the following elements must be passed to
+    *   the class constructor (elements marked ? are optional):
+    *
+    *   NOTE. This class should not be used directly. Use the
+    *         "AddressBook" class instead.
+    *
+    *   Make sure you configure this before using it!
+    *
+    *  $Id$
+    */
 
    class abook_global_file extends addressbook_backend {
      var $btype = 'local';