Browse Source

Removed warnings

Tyler Akins 24 years ago
parent
commit
bb6232de77
1 changed files with 3 additions and 3 deletions
  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 );
 
     }
-?>
+?>