Changeset 16524


Ignore:
Timestamp:
2007/10/19 23:05:26 (17 years ago)
Author:
nanasess
Message:

初期化処理修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/html/mobile/require.php

    r16506 r16524  
    2525require_once(CLASS_EX_PATH . "SC_Initial_Mobile_Ex.php"); 
    2626// アプリケーション初期化処理 
    27 new SC_Initial_Mobile_Ex(); 
     27$objInit = new SC_Initial_Mobile_Ex(); 
     28$objInit->init(); 
    2829 
    2930//require_once($include_dir . "/.." . HTML2DATA_DIR . "conf/conf.php"); 
Note: See TracChangeset for help on using the changeset viewer.