X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;ds=inline;f=include%2Foptions%2Fpersonal.php;h=6c3a06ba47a490f8368967af6e2b796d36e5cdf8;hb=06bcb9c34e2bbcea3f6730cc0be5c1d01ddda7e5;hp=024609953e520a3dc233a608e46515cf22241523;hpb=6c99d1de81366bceab6c9d6cf12179eedc81f9bc;p=squirrelmail.git diff --git a/include/options/personal.php b/include/options/personal.php index 02460995..6c3a06ba 100644 --- a/include/options/personal.php +++ b/include/options/personal.php @@ -5,7 +5,7 @@ * * Displays all options relating to personal information * - * @copyright © 1999-2006 The SquirrelMail Project Team + * @copyright © 1999-2007 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail @@ -36,7 +36,7 @@ define('SMOPT_GRP_TZ', 3); function load_optpage_data_personal() { global $data_dir, $username, $edit_identity, $edit_name, $full_name, $reply_to, $email_address, $signature, $tzChangeAllowed, - $color, $timeZone, $domain; + $timeZone, $domain; /* Set the values of some global variables. */ $full_name = getPref($data_dir, $username, 'full_name'); @@ -179,7 +179,7 @@ function load_optpage_data_personal() { // TODO: make error user friendly if (isset($message)) { - plain_error_message($message, $color); + plain_error_message($message); exit; } @@ -264,3 +264,4 @@ function save_option_signature($option) { global $data_dir, $username; setSig($data_dir, $username, 'g', $option->new_value); } +