From: fidian Date: Sat, 27 Oct 2001 17:35:47 +0000 (+0000) Subject: Removed warnings X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=5487a8d00a8f4dc85d027d382487b68cec910f50 Removed warnings git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1626 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/functions/mime.php b/functions/mime.php index aacc7268..8720083c 100644 --- a/functions/mime.php +++ b/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 ); } -?> \ No newline at end of file +?>