Index: temp/trunk/html/admin/design/template.php
===================================================================
--- temp/trunk/html/admin/design/template.php	(revision 3391)
+++ temp/trunk/html/admin/design/template.php	(revision 3392)
@@ -229,5 +229,5 @@
 	// ¥Æ¥ó¥×¥ì¡¼¥È¥Ç¡¼¥¿¤ò¼èÆÀ¤¹¤ë
 	$objQuery = new SC_Query();
-	$sql = "SELECT template_code,template_name,file_path FROM dtb_templates WHERE template_code = ?";
+	$sql = "SELECT template_code,template_name FROM dtb_templates WHERE template_code = ?";
 	$arrTemplate = $objQuery->getall($sql, array($chk_tpl));	
 	
