From: jervfors Date: Fri, 15 Apr 2005 17:11:08 +0000 (+0000) Subject: Copyright update X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=1043bfcb66ffa871889c30f1fc4e45190013dc40 Copyright update git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9306 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/rfc822address.php b/functions/rfc822address.php index 16885aba..4623fb42 100644 --- a/functions/rfc822address.php +++ b/functions/rfc822address.php @@ -2,7 +2,7 @@ /** * rfc822address.php * - * Copyright (c) 2004 The SquirrelMail Project Team + * Copyright (c) 2004-2005 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * * Contains rfc822 email address function parsing functions. diff --git a/src/options_order.php b/src/options_order.php index dd01c57e..6d4e252b 100644 --- a/src/options_order.php +++ b/src/options_order.php @@ -3,7 +3,7 @@ /** * options_order.php * - * Copyright (c) 1999-2004 The SquirrelMail Project Team + * Copyright (c) 1999-2005 The SquirrelMail Project Team * Licensed under the GNU GPL. For full terms see the file COPYING. * * Displays messagelist column order options @@ -68,7 +68,7 @@ if (!isset($index_order)) { $index_order = array(SQM_COL_CHECK,SQM_COL_FROM,SQM_COL_DATE,SQM_COL_FLAGS,SQM_COL_ATTACHMENT,SQM_COL_PRIO,SQM_COL_SUBJ); } else { $index_order = array(SQM_COL_CHECK,SQM_COL_FROM,SQM_COL_INT_DATE,SQM_COL_FLAGS,SQM_COL_ATTACHMENT,SQM_COL_PRIO,SQM_COL_SUBJ); - } + } } if (!sqgetGlobalVar('account', $account, SQ_GET)) { @@ -99,8 +99,8 @@ function change_columns_list(&$index_order,$method,$num,$pos=0) { $r = false; switch ($method) { case 'move': $r = sqm_array_move_value($index_order,$num,$pos); break; - case 'add': - $index_order[] = (int) $num; $r = true; + case 'add': + $index_order[] = (int) $num; $r = true; /** * flush the cache in order to retrieve the new columns */ diff --git a/src/right_main.php b/src/right_main.php index c977767c..8d2f9efb 100644 --- a/src/right_main.php +++ b/src/right_main.php @@ -2,7 +2,7 @@ /** * right_main.php * - * Copyright (c) 1999-2004 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 is where the mailboxes are listed. This controls most of what @@ -374,4 +374,4 @@ echo ''; $mailbox_cache[$account.'_'.$aMailbox['NAME']] = $aMailbox; sqsession_register($mailbox_cache,'mailbox_cache'); -?> +?> \ No newline at end of file