Copyright update
authorjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 15 Apr 2005 17:11:08 +0000 (17:11 +0000)
committerjervfors <jervfors@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 15 Apr 2005 17:11:08 +0000 (17:11 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9306 7612ce4b-ef26-0410-bec9-ea0150e637f0

functions/rfc822address.php
src/options_order.php
src/right_main.php

index 16885ababc3eab99de31bd0c75e83b8312e416d9..4623fb42eef72e3a0e187ac2d153ee106fa12580 100644 (file)
@@ -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.
index dd01c57eeb19d6ff2207e8aecd996a5b3f67dab3..6d4e252bbb070c374030e39c8e47f07e78849930 100644 (file)
@@ -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
            */
index c977767cc91ed89aff0034efc5622219b7a45b86..8d2f9efbb099c7454aaa74b355e1c4ed837d0830 100644 (file)
@@ -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 '</body></html>';
 $mailbox_cache[$account.'_'.$aMailbox['NAME']] = $aMailbox;
 sqsession_register($mailbox_cache,'mailbox_cache');
 
-?>
+?>
\ No newline at end of file