Removed warnings
[squirrelmail.git] / functions / mime.php
index aacc7268f47f126ad83f2a0159a4aced13cb419c..8720083c69fab8ba37267eec800d2ca0f6ea0f23 100644 (file)
                                    $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
                                 }
                                 $styleblk .= $body{$i};
                             }
-                            stripComments( &$i, $j, &$body );
+                            stripComments( $i, $j, $body );
                             if( $body{$i} <> '>' )
                                 $i++;
                         }
         return( $ret );
 
     }
-?>
\ No newline at end of file
+?>