Changeset 16801 for branches/beta/html/admin/basis/mail_template.php
- Timestamp:
- 2007/11/22 14:32:35 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/beta/html/admin/basis/mail_template.php
r14676 r16801 15 15 16 16 function LC_Page() { 17 $this->tpl_mainpage = 'basis/template.tpl';18 $this->tpl_mainno = 'basis';19 $this->tpl_subnavi = 'basis/subnavi.tpl';20 $this->tpl_subno = 'mail';21 $this->tpl_subtitle = '¥Æ¥ó¥×¥ì¡¼¥ÈÀßÄê';17 $this->tpl_mainpage = "basis/mail_template.tpl"; 18 $this->tpl_mainno = "basis"; 19 $this->tpl_subnavi = "basis/subnavi.tpl"; 20 $this->tpl_subno = "mail"; 21 $this->tpl_subtitle = "¥á¡¼¥ëÀßÄê"; 22 22 } 23 23 } … … 31 31 sfIsSuccess($objSess); 32 32 33 if ( $_GET['mode'] == "delete" && sfCheckNumLength($_GET['id'])===true ){ 34 33 if ($_GET['mode'] == "delete" && sfCheckNumLength($_GET['id'])===true) { 35 34 // ÅÐÏ¿ºï½ü 36 35 $sql = "UPDATE dtb_mailtemplate SET del_flg = 1 WHERE template_id = ?"; … … 43 42 $linemax = count($list_data); 44 43 45 for ($i = 0;$i < count($list_data);$i++){44 for ($i = 0; $i < count($list_data); $i++) { 46 45 $split_data = explode(".",$list_data[$i]["create_date"]); 47 46 $list_data[$i]["create_date"] = $split_data[0];
Note: See TracChangeset
for help on using the changeset viewer.