# HG changeset patch # User Sushi-k # Date 1247021874 -32400 # Node ID e7f8532f348398848b5d9f7e5dc1dec344a6fa23 # Parent eb5d650539d8067c7b835655c7f89d54157c738c modified: config.php.sample diff -r eb5d650539d8 -r e7f8532f3483 config.php.sample --- 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 +?>