Changeset 5557 for trunk/interface/comment/comment/index.php
- Timestamp:
- 03/07/08 22:36:19 (10 months ago)
- Files:
-
- 1 modified
-
trunk/interface/comment/comment/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/comment/comment/index.php
r5439 r5557 60 60 if($row = POD::queryRow("SELECT * FROM {$database['prefix']}Entries 61 61 WHERE blogid = $blogid AND id = {$comment['entry']} AND draft = 0 AND visibility = 3 AND acceptComment = 1")) 62 sendCommentPing($comment['entry'], "$defaultURL/".($blog['useSlogan '] ? "entry/{$row['slogan']}": $comment['entry']), is_null($user) ? $comment['name'] : $user['name'], is_null($user) ? $comment['homepage'] : $user['homepage']);62 sendCommentPing($comment['entry'], "$defaultURL/".($blog['useSloganOnPost'] ? "entry/{$row['slogan']}": $comment['entry']), is_null($user) ? $comment['name'] : $user['name'], is_null($user) ? $comment['homepage'] : $user['homepage']); 63 63 } 64 64 $skin = new Skin($skinSetting['skin']);
