Ignore:
Timestamp:
2007/10/08 19:40:30 (17 years ago)
Author:
naka
Message:

GC_Mobile*→SC_Mobile*に変換

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/script/receive_kara_mail.php

    r16322 r16329  
    99require_once DATA_PATH . '/include/mobile.inc'; 
    1010require_once DATA_PATH . '/lib/slib.php'; 
    11 require_once DATA_PATH . '/class/GC_MobileKaraMail.php'; 
     11require_once DATA_PATH . '/class/SC_MobileKaraMail.php'; 
    1212require_once DATA_PATH . '/class/SC_SendMail.php'; 
    1313 
    1414$CONF = sf_getBasisData(); 
    1515 
    16 $objMail =& GC_MobileKaraMail::factory(); 
     16$objMail =& SC_MobileKaraMail::factory(); 
    1717$objMail->parse(); 
    1818$token = $objMail->getToken(); 
Note: See TracChangeset for help on using the changeset viewer.