[Comoblog-commit] comoblog/admin post_edit.php,1.5,1.6
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2005-11-12 01:37:50
|
Update of /cvsroot/comoblog/comoblog/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1814/admin Modified Files: post_edit.php Log Message: 1325979 - Posts in from address stop post editing Index: post_edit.php =================================================================== RCS file: /cvsroot/comoblog/comoblog/admin/post_edit.php,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- post_edit.php 8 Oct 2005 13:14:24 -0000 1.5 +++ post_edit.php 12 Nov 2005 01:37:23 -0000 1.6 @@ -154,6 +154,8 @@ $strdate = strftime($CAL_DATE_FORMAT." %H:%M", $post['post_mail_date']); $post['post_mail_date'] = $strdate; + $post['post_mail_from'] = htmlentities(antispam($post['post_mail_from'])); + $tpl->assign('POST', $post); // topics |