X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=functions%2Fidentity.php;h=65331253e82cf9e47e38406edbc81ad6fca228bb;hb=9bc67baaba05305e962e911aee4c8c9aa2e1290f;hp=6cece7438d33d67c2683e9f41a57bb1e2ad5d1a7;hpb=0f4f003efb4cdeeb7574cd4218c552b38a4e1e71;p=squirrelmail.git diff --git a/functions/identity.php b/functions/identity.php index 6cece743..65331253 100644 --- a/functions/identity.php +++ b/functions/identity.php @@ -3,15 +3,16 @@ /** * identity.php * - * Copyright (c) 1999-2003 The SquirrelMail Project Team + * Copyright (c) 1999-2005 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * * This contains utility functions for dealing with multiple identities * - * $Id$ - * + * @version $Id$ + * @package squirrelmail */ +/** Used to simplify includes */ if (!defined('SM_PATH')) { define('SM_PATH','../'); } @@ -21,6 +22,7 @@ include_once(SM_PATH . 'include/load_prefs.php'); /** * Returns an array of all the identities. * Array is keyed: full_name, reply_to, email_address, index, signature +* @return array full_name,reply_to,email_address,index,signature */ function get_identities() { @@ -49,4 +51,4 @@ function get_identities() { return $identities; } -?> +?> \ No newline at end of file