Index: temp/trunk/html/admin/contents/index.php
===================================================================
--- temp/trunk/html/admin/contents/index.php	(revision 5181)
+++ temp/trunk/html/admin/contents/index.php	(revision 5182)
@@ -252,5 +252,5 @@
 
 	$sql = "INSERT INTO dtb_news (news_date, news_title, creator_id, news_url, link_method, news_comment, rank, create_date, update_date)
-			VALUES ( ?,?,?,?,?,?,?)";
+			VALUES ( ?,?,?,?,?,?,?,?,?)";
 	$arrRegist = array($registDate, $_POST["news_title"], $_SESSION['member_id'],  $_POST["news_url"], $_POST["link_method"], $_POST["news_comment"], $rank_max, "now()", "now()");
 
