Formatting and adding FIXME to addressbook.php
[squirrelmail.git] / src / options_identities.php
index 5744561c88901214b0188f1de13b970bafe1e38c..c776c4b20a5744f3b82763809eb0fce655cacb4d 100644 (file)
@@ -10,6 +10,7 @@
  *
  * @version $Id$
  * @package squirrelmail
+ * @subpackage prefs
  */
 
 /**
@@ -20,9 +21,9 @@ define('SM_PATH','../');
 
 /* SquirrelMail required files. */
 require_once(SM_PATH . 'include/validate.php');
-require_once(SM_PATH . 'functions/global.php');
-require_once(SM_PATH . 'functions/display_messages.php');
-require_once(SM_PATH . 'functions/html.php');
+include_once(SM_PATH . 'functions/global.php');
+include_once(SM_PATH . 'functions/display_messages.php');
+include_once(SM_PATH . 'functions/html.php');
 
 /* POST data var names are dynamic because
    of the possible multiple idents so lets get
@@ -356,4 +357,5 @@ function ShowTableInfo($full_name, $email_address, $reply_to, $signature, $post)
 
     return ($return_val);
 }
+
 ?>
\ No newline at end of file