Changeset 7652 for temp/trunk


Ignore:
Timestamp:
2006/11/07 17:00:11 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/downloads/module/mdl_epsilon/card.php

    r7651 r7652  
    3131// Á°¤Î¥Ú¡¼¥¸¤ÇÀµ¤·¤¯ÅÐÏ¿¼ê³¤­¤¬¹Ô¤ï¤ì¤¿µ­Ï¿¤¬¤¢¤ë¤«È½Äê 
    3232sfprintr($_SESSION["site"]); 
     33exit(); 
    3334sfIsPrePage($objSiteSess); 
    34 exit(); 
     35 
    3536// ¥¢¥¯¥»¥¹¤ÎÀµÅöÀ­¤ÎȽÄê 
    3637$uniqid = sfCheckNormalAccess($objSiteSess, $objCartSess); 
  • temp/trunk/html/shopping/load_payment_module.php

    r7613 r7652  
    1010$objCartSess = new SC_CartSession(); 
    1111$objQuery = new SC_Query(); 
     12 
     13 
     14// Á°¤Î¥Ú¡¼¥¸¤ÇÀµ¤·¤¯ÅÐÏ¿¼ê³¤­¤¬¹Ô¤ï¤ì¤¿µ­Ï¿¤¬¤¢¤ë¤«È½Äê 
     15sfIsPrePage($objSiteSess); 
    1216 
    1317// ¥¢¥¯¥»¥¹¤ÎÀµÅöÀ­¤ÎȽÄê 
Note: See TracChangeset for help on using the changeset viewer.