Index: temp/trunk/html/admin/contents/index.php
===================================================================
--- temp/trunk/html/admin/contents/index.php	(revision 5183)
+++ temp/trunk/html/admin/contents/index.php	(revision 5184)
@@ -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 ( ?,?,?,?,?,?,?,'now()','now()')";
+			VALUES ( ?,?,?,?,?,?,?,now(),now())";
 	$arrRegist = array($registDate, $_POST["news_title"], $_SESSION['member_id'],  $_POST["news_url"], $_POST["link_method"], $_POST["news_comment"], $rank_max);
 
