adding phpdoc to abook database class
[squirrelmail.git] / plugins / mail_fetch / setup.php
index 4d4aad797e9fd35be2b3fd6ca063b85ccc18ad69..88ee5c1e50792e4c5bf7b79c0aedb9e2fe8e0250 100644 (file)
@@ -12,7 +12,7 @@
     * @package plugins
     * @subpackage mail_fetch
     **/
-    
+
     /**  */
     require_once(SM_PATH . 'plugins/mail_fetch/functions.php' );
 
@@ -75,7 +75,7 @@
         require_once (SM_PATH . 'plugins/mail_fetch/functions.php');
 
         global $data_dir, $imapServerAddress, $imapPort;
-        
+
         sqgetGlobalVar('username', $username, SQ_SESSION);
         sqgetGlobalVar('key',      $key,      SQ_COOKIE);
 
       );
    }
 
-?>
+?>
\ No newline at end of file