Ignore:
Timestamp:
2007/07/20 15:58:59 (17 years ago)
Author:
nanasess
Message:

r15064 から svn cp
とりあえず暫定コミット.

  • UTF-8 に変更
  • slib.php, glib.php のクラス化
  • LC_Page の抽象化(一部)
Location:
branches/feature-module-update
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update

    • Property svn:ignore set to
      .cache

      .settings

      .projectOptions
  • branches/feature-module-update/html/admin/mail/template.php

    r12157 r15078  
    1717        $this->tpl_subnavi = 'mail/subnavi.tpl'; 
    1818        $this->tpl_subno = "template"; 
    19         $this->tpl_subtitle = '¥Æ¥ó¥×¥ì¡¼¥ÈÀßÄê'; 
     19        $this->tpl_subtitle = 'テンプレート設定'; 
    2020    } 
    2121} 
     
    2626$objSess = new SC_Session(); 
    2727 
    28 // ǧ¾Ú²ÄÈݤÎȽÄê 
     28// 認証可否の判定 
    2929sfIsSuccess($objSess); 
    3030 
    3131if ( $_GET['mode'] == "delete" && sfCheckNumLength($_GET['id'])===true ){ 
    3232 
    33     // ¥á¡¼¥ëôÅö¤Î²èÁü¤¬¤¢¤ì¤Ðºï½ü¤·¤Æ¤ª¤¯ 
     33    // メール担当の画像があれば削除しておく 
    3434    $sql = "SELECT charge_image FROM dtb_mailmaga_template WHERE template_id = ?"; 
    3535    $result = $conn->getOne($sql, array($_GET["id"])); 
     
    3838    } 
    3939     
    40     // ÅÐÏ¿ºï½ü 
     40    // 登録削除 
    4141    $sql = "UPDATE dtb_mailmaga_template SET del_flg = 1 WHERE template_id = ?"; 
    4242    $conn->query($sql, array($_GET['id'])); 
Note: See TracChangeset for help on using the changeset viewer.