Ignore:
Timestamp:
2013/01/27 12:30:22 (11 years ago)
Author:
h_yoshimoto
Message:

#2065 DOWNLOAD_EXTENSIONの不要なダブルコーテーションを除去

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/mtb_constants_init.php

    r22297 r22410  
    409409/** 日数桁数 */ 
    410410define('DOWNLOAD_DAYS_LEN', 3); 
    411 /** ダウンロードファイル登録可能拡張子(カンマ区切り)" */ 
     411/** ダウンロードファイル登録可能拡張子(カンマ区切り) */ 
    412412define('DOWNLOAD_EXTENSION', "zip,lzh,jpg,jpeg,gif,png,mp3,pdf,csv"); 
    413413/** ダウンロード販売ファイル用サイズ制限(KB) */ 
Note: See TracChangeset for help on using the changeset viewer.