stekkel 23 年 前
コミット
e3da01a3b3
1 ファイル変更2 行追加6 行削除
  1. 2 6
      src/view_header.php

+ 2 - 6
src/view_header.php

@@ -12,7 +12,7 @@
  */
 
 
-function  parse_viewheader($imapConnection,$id,$template_vars) {
+function  parse_viewheader($imapConnection,$id) {
    global $uid_support;
 
    $header_full = array();
@@ -56,12 +56,8 @@ function  parse_viewheader($imapConnection,$id,$template_vars) {
             $header_output[] = array($f,$s);
         }
     }
-
     sqimap_logout($imapConnection);
-
-    $template_vars['full_header'] = $header_output;
-
-    return $template_vars;
+    return $header_output;
 }
 
 function view_header($template_vars, $pageheader='', $pagefooter='') {