浏览代码

That'll teach me to copy/paste without paying attention

jangliss 21 年之前
父节点
当前提交
b8f0df8b98
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/left_main.php

+ 2 - 2
src/left_main.php

@@ -434,7 +434,7 @@ function ListBoxes ($boxes, $j=0 ) {
     $end .= '</nobr>';
     $end .= '</nobr>';
 
 
     if (!$boxes->is_root) {
     if (!$boxes->is_root) {
-        echo "" . $pre .$font. $line .= str_replace(array(' ','<','>'),array('&nbsp;','&lt;','&gt;'),$boxes->mailboxname_sub) .$fontend . $end. '<br />' . "\n";
+        echo "" . $pre .$font. str_replace(array(' ','<','>'),array('&nbsp;','&lt;','&gt;'),$boxes->mailboxname_sub) .$fontend . $end. '<br />' . "\n";
         $j++;
         $j++;
     }
     }
 
 
@@ -561,7 +561,7 @@ function ListAdvancedBoxes ($boxes, $mbx, $j='ID.0000' ) {
         }
         }
         if (!isset($boxes->mbxs[0])) {
         if (!isset($boxes->mbxs[0])) {
             echo '   ' . html_tag( 'div',
             echo '   ' . html_tag( 'div',
-                            '<tt>'. $pre . $folder_img . '</tt>'. $line .= str_replace(array(' ','<','>'),array('&nbsp;','&lt;','&gt;'),$boxes->mailboxname_sub) . $end,
+                            '<tt>'. $pre . $folder_img . '</tt>'. str_replace(array(' ','<','>'),array('&nbsp;','&lt;','&gt;'),$boxes->mailboxname_sub) . $end,
                             'left', '', 'class="mbx_sub" id="' .$j. '"' ) . "\n";
                             'left', '', 'class="mbx_sub" id="' .$j. '"' ) . "\n";
         } else {
         } else {
             /* get collapse information */
             /* get collapse information */