From: <vo...@us...> - 2012-01-08 11:22:07
|
Revision: 8670 http://xoops.svn.sourceforge.net/xoops/?rev=8670&view=rev Author: voltan1 Date: 2012-01-08 11:22:01 +0000 (Sun, 08 Jan 2012) Log Message: ----------- Fix comment Modified Paths: -------------- XoopsModules/fmcontent/branches/news/comment_new.php Modified: XoopsModules/fmcontent/branches/news/comment_new.php =================================================================== --- XoopsModules/fmcontent/branches/news/comment_new.php 2012-01-08 10:02:50 UTC (rev 8669) +++ XoopsModules/fmcontent/branches/news/comment_new.php 2012-01-08 11:22:01 UTC (rev 8670) @@ -24,7 +24,8 @@ // along with this program; if not, write to the Free Software // // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // ------------------------------------------------------------------------ // - + +require dirname(__FILE__) . '/header.php'; $com_itemid = isset($_GET['com_itemid']) ? intval($_GET['com_itemid']) : 0; if ($com_itemid > 0) { $story_handler = xoops_getmodulehandler('story', 'news'); @@ -32,4 +33,4 @@ $com_replytitle = $content->getVar('story_title'); include_once XOOPS_ROOT_PATH . '/include/comment_new.php'; } -?> +?> \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |