Update of /cvsroot/squirrelmail/squirrelmail/src
In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv19639
Modified Files:
view_text.php
Log Message:
prevent notice on non-html attachment viewing
Index: view_text.php
===================================================================
RCS file: /cvsroot/squirrelmail/squirrelmail/src/view_text.php,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -w -r1.41 -r1.42
--- view_text.php 21 Aug 2006 19:34:27 -0000 1.41
+++ view_text.php 29 Sep 2006 08:53:51 -0000 1.42
@@ -72,6 +72,7 @@
$body = charset_decode($charset,$body,false,true);
}
} else {
+ $ishtml = FALSE;
translateText($body, $wrap_at, $charset);
}
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
|