瀏覽代碼

Copyright update

Fredrik Jervfors 20 年之前
父節點
當前提交
2591fc78bf
共有 3 個文件被更改,包括 7 次插入7 次删除
  1. 1 1
      functions/rfc822address.php
  2. 4 4
      src/options_order.php
  3. 2 2
      src/right_main.php

+ 1 - 1
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.

+ 4 - 4
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
            */

+ 2 - 2
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 '</body></html>';
 $mailbox_cache[$account.'_'.$aMailbox['NAME']] = $aMailbox;
 sqsession_register($mailbox_cache,'mailbox_cache');
 
-?>
+?>