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/mobile/magazine/cancel.php

    r12157 r15078  
    77 *  
    88 * 
    9  * ¥á¥ë¥Þ¥¬²ò½ü 
     9 * メルマガ解除 
    1010 */ 
    1111 
     
    1414class LC_Page { 
    1515    function LC_Page() { 
    16         /** ɬ¤ºÊѹ¹¤¹¤ë **/ 
     16        /** 必ず変更する **/ 
    1717        $this->tpl_mainpage = 'magazine/cancel.tpl'; 
    18         $this->tpl_title .= '¥á¥ë¥Þ¥¬²ò½ü´°Î»'; 
     18        $this->tpl_title .= 'メルマガ解除完了'; 
    1919    } 
    2020} 
     
    2323$objQuery = new SC_Query(); 
    2424 
    25 // secret_key¤Î¼èÆÀ 
     25// secret_keyの取得 
    2626$key = $_GET['id']; 
    2727 
     
    3838//----------------------------------------------------------------------------------------------------------------------------------- 
    3939 
    40 // ¥á¥ë¥Þ¥¬¤Î²ò½ü¤ò´°Î»¤µ¤»¤ë 
     40// メルマガの解除を完了させる 
    4141function lfChangeData($key) { 
    4242    global $objQuery; 
     
    4747} 
    4848 
    49 // ¥­¡¼¤¬Â¸ºß¤¹¤ë¤«¤É¤¦¤« 
     49// キーが存在するかどうか 
    5050function lfExistKey($key) { 
    5151    global $objQuery; 
Note: See TracChangeset for help on using the changeset viewer.