瀏覽代碼

Removed warnings

Tyler Akins 24 年之前
父節點
當前提交
bb6232de77
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      functions/mime.php

+ 3 - 3
functions/mime.php

@@ -874,7 +874,7 @@
                                    $style .= $body{$i};
                                $i++;
                             }
-                            stripComments( &$i, $j, &$body );
+                            stripComments( $i, $j, $body );
                             $style = strtoupper( trim( $style ) );
                             if( $style == 'BODY' ) {
                                 // Next we look into the definitions of the body style
@@ -903,7 +903,7 @@
                                 }
                                 $styleblk .= $body{$i};
                             }
-                            stripComments( &$i, $j, &$body );
+                            stripComments( $i, $j, $body );
                             if( $body{$i} <> '>' )
                                 $i++;
                         }
@@ -1113,4 +1113,4 @@
         return( $ret );
 
     }
-?>
+?>