[Comoblog-commit] comoblog/admin post_add.php,1.3,1.4 post_edit.php,1.3,1.4
Status: Inactive
Brought to you by:
markwallis
|
From: Mark W. \(a. serialmonkey\) <mar...@us...> - 2005-10-08 12:26:53
|
Update of /cvsroot/comoblog/comoblog/admin In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11769 Modified Files: post_add.php post_edit.php Log Message: Update post_add, post_edit to set post_added as well as post_mail_date Index: post_add.php =================================================================== RCS file: /cvsroot/comoblog/comoblog/admin/post_add.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- post_add.php 7 Oct 2005 14:09:48 -0000 1.3 +++ post_add.php 8 Oct 2005 12:26:46 -0000 1.4 @@ -73,7 +73,7 @@ post_added, post_ctype, post_images, post_mail_from, post_mail_date, post_mail_subject, post_mail_body, topic_id ) values ( - '".time()."', + '".$post['post_mail_date']."', 'text/plain', '0', '".$post['post_mail_from']."', Index: post_edit.php =================================================================== RCS file: /cvsroot/comoblog/comoblog/admin/post_edit.php,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- post_edit.php 7 Oct 2005 14:09:48 -0000 1.3 +++ post_edit.php 8 Oct 2005 12:26:46 -0000 1.4 @@ -111,6 +111,7 @@ post_mail_body = '".$post['post_mail_body'] ."', post_images = '".$post['post_images'] ."', post_mail_date = '".$post['post_mail_date'] ."', + post_added = '".$post['post_mail_date'] ."', topic_id = '".$post['topic_id'] ."' where post_id = '".$post['post_id'] ."' |