Removed warnings
authorfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 27 Oct 2001 17:35:47 +0000 (17:35 +0000)
committerfidian <fidian@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sat, 27 Oct 2001 17:35:47 +0000 (17:35 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1626 7612ce4b-ef26-0410-bec9-ea0150e637f0

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
+?>