X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=functions%2Fidentity.php;h=4b22f542d667e94fde6140175c9b8de311a2832d;hp=6cece7438d33d67c2683e9f41a57bb1e2ad5d1a7;hb=d6c32258c05219670ab3b4ae2d460d844ea9a247;hpb=fe55c7c794596d1febd00277d989bb09fe1dcc1f diff --git a/functions/identity.php b/functions/identity.php index 6cece743..4b22f542 100644 --- a/functions/identity.php +++ b/functions/identity.php @@ -9,9 +9,10 @@ * This contains utility functions for dealing with multiple identities * * $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() {