![]() |
CMS
Version 3.9
|
Go to the source code of this file.
Variables | |
$comment_id = checkNumeric($_GET["comment_id"]) | |
$comment = new Comment() | |
if($comment_id) if(! $comment->published) | else |
$comment = new Comment() |
Definition at line 12 of file publish_comment.inc.
$comment_id = checkNumeric($_GET["comment_id"]) |
Definition at line 10 of file publish_comment.inc.
if ( $comment->save()) else |
Definition at line 23 of file publish_comment.inc.