Index: branches/dev/html/admin/basis/preview.php
===================================================================
--- branches/dev/html/admin/basis/preview.php	(revision 13763)
+++ branches/dev/html/admin/basis/preview.php	(revision 13765)
@@ -27,5 +27,5 @@
 sfIsSuccess($objSess);
 
-//if ( $_POST['preview'] ){
+if ( $_POST['preview'] ){
 		$sql = "SELECT header , footer , send_type FROM dtb_mailtemplate WHERE template_id = ? AND del_flg = 0";
 		$id = $_GET['id'];
@@ -42,5 +42,5 @@
         }
     
-//    }
+    }
 	
 	
