[Phpslash-commit] CVS: phpslash-ft/public_html comment.php3,1.8,1.9
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2001-11-09 16:58:58
|
Update of /cvsroot/phpslash/phpslash-ft/public_html In directory usw-pr-cvs1:/tmp/cvs-serv29330 Modified Files: comment.php3 Log Message: bugfix - poll comments and comment preview Index: comment.php3 =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/public_html/comment.php3,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** comment.php3 2001/09/25 19:23:53 1.8 --- comment.php3 2001/11/09 16:58:54 1.9 *************** *** 24,27 **** --- 24,28 ---- $cmtary[order] = $HTTP_GET_VARS[order]; $cmtary[story_id] = $story_id; + $cmtary[comment_id] = $comment_id; #if (!isset($HTTP_GET_VARS[parent_id])) { *************** *** 103,106 **** --- 104,108 ---- story_id => $cmtary[story_id], parent_id => $cmtary[parent_id], + comment_id => $cmtary[comment_id], comment_text => $comment_text, content => $content, |