Source for file previewcomment.php
Documentation is available at previewcomment.php
* MvBlog -- An open source no-nosense blogtool
* Copyright (C) 2005-2007, Michiel van Baak
* Michiel van Baak <mvanbaak@users.sourceforge.net>
* See http://www.mvblog.org for more information on MvBlog.
* That page also provides Bugtrackers, Filereleases etc.
* This program is free software, distributed under the terms of
* the GNU General Public License Version 2. See the LICENSE file
* at the top of the source tree.
* @author Michiel van Baak
* @copyright 2005-2007 Michiel van Baak
$comment =
"<b><i>Comment preview: </i></b>";
$commentdata["comment"] =
nl2br($mvblog->parse_bbcode($mvblog->strip_invalid_xml(stripslashes($_REQUEST["comment"]))));
$commentdata["ip"] =
$mvblog->obfuscate_ip($_SERVER["REMOTE_ADDR"]);
$comment .=
$mvblog->show_comment($commentdata);
Documentation generated on Fri, 28 Dec 2007 13:17:42 +0100 by phpDocumentor 1.4.1