changeset 3:e7f8532f3483

modified: config.php.sample
author Sushi-k <epgrec@park.mda.or.jp>
date Wed, 08 Jul 2009 11:57:54 +0900
parents eb5d650539d8
children 103ca1503507
files config.php.sample
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/config.php.sample	Wed Jul 08 11:45:43 2009 +0900
+++ b/config.php.sample	Wed Jul 08 11:57:54 2009 +0900
@@ -36,8 +36,8 @@
 $RECORD_MODE = array(
 	// ※ 0は必須で、変更不可です。
 	0 => array(
-		'name' => 'Full TS',
-		'suffix' => '.ts',
+		'name' => 'Full TS',	// モードの表示名
+		'suffix' => '.ts',	// ファイル名のサフィックス
 	),
 	
 	/* Examples is as follows.
@@ -202,4 +202,4 @@
 	"category_id integer default '0',".						// カテゴリID
 	"use_regexp boolean default '0'"						// 正規表現を使用するなら1
 );
-?>
\ No newline at end of file
+?>