Changeset 15547


Ignore:
Timestamp:
2007/09/01 18:54:14 (17 years ago)
Author:
nanasess
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/html/admin/products/trackback_edit.php

    r15532 r15547  
    44 * 
    55 * http://www.lockon.co.jp/ 
     6 */ 
     7/* 
     8 * FIXME トラックバック機能の移植完了後に修正する 
    69 */ 
    710require_once("../require.php"); 
     
    1215        $this->tpl_mainpage = 'products/trackback_edit.tpl'; 
    1316        $this->tpl_subnavi = 'products/subnavi.tpl'; 
    14         $this->tpl_mainno = 'products';      
     17        $this->tpl_mainno = 'products'; 
    1518        $this->tpl_subno = 'trackback'; 
    1619        $this->tpl_subtitle = 'トラックバック管理'; 
     
    3740 
    3841//取得文字列の変換用カラム 
    39 $arrRegistColumn = array (       
     42$arrRegistColumn = array ( 
    4043                        array( "column" => "update_date"), 
    4144                        array( "column" => "status"), 
     
    99102     *  K :  「半角(ハンカク)片仮名」を「全角片仮名」に変換 
    100103     *  C :  「全角ひら仮名」を「全角かた仮名」に変換 
    101      *  V :  濁点付きの文字を一文字に変換。"K","H"と共に使用します  
     104     *  V :  濁点付きの文字を一文字に変換。"K","H"と共に使用します 
    102105     *  n :  「全角」数字を「半角(ハンカク)」に変換 
    103106     *  a :  全角英数字を半角英数字に変換する 
     
    107110        $arrConvList[ $data["column"] ] = $data["convert"]; 
    108111    } 
    109      
     112 
    110113    // 文字変換 
    111114    foreach ($arrConvList as $key => $val) { 
Note: See TracChangeset for help on using the changeset viewer.