Changeset 283
- Timestamp:
- 08/02/2003 12:21:19 AM (23 years ago)
- File:
-
- 1 edited
-
trunk/b2comments.post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/b2comments.post.php
r250 r283 89 89 $wpdb->query("INSERT INTO $tablecomments VALUES ('0','$comment_post_ID','$author','$email','$url','$user_ip','$now','$comment','0')"); 90 90 91 if ($comments_notify ) {91 if ($comments_notify && '' != $comment_author_email) { 92 92 93 93 $notify_message = "New comment on your post #$comment_post_ID ".stripslashes($postdata['Title'])."\r\n\r\n";
Note: See TracChangeset
for help on using the changeset viewer.