[Comoblog-commit] comoblog/batch comoblog_batch.php,1.10,1.11
Status: Inactive
Brought to you by:
markwallis
|
From: iamdecal <iam...@us...> - 2005-12-15 17:02:46
|
Update of /cvsroot/comoblog/comoblog/batch In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22177/comoblog/batch Modified Files: comoblog_batch.php Log Message: typo in last commit fixed Index: comoblog_batch.php =================================================================== RCS file: /cvsroot/comoblog/comoblog/batch/comoblog_batch.php,v retrieving revision 1.10 retrieving revision 1.11 diff -u -d -r1.10 -r1.11 --- comoblog_batch.php 15 Dec 2005 16:50:44 -0000 1.10 +++ comoblog_batch.php 15 Dec 2005 17:02:30 -0000 1.11 @@ -62,7 +62,7 @@ if ( $post['post_mail_subject'] == ""){ // need to to strip html incase we break across a tag - $title = filter_html($posts[$cnt]['post_mail_subject']); + $title = filter_html($posts[$cnt]['post_mail_body']); $posts[$cnt]['post_mail_subject'] = substr($title,0,150) ."..." ; } |