Changeset 16994 for branches


Ignore:
Timestamp:
2008/01/22 09:00:11 (15 years ago)
Author:
kishida
Message:

#226 セッションがDBに保存されていない不具合を修正

Location:
branches/feature-module-update/html
Files:
2 edited

Legend:

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

    r16772 r16994  
    6565require_once(CLASS_EX_PATH . "helper_extends/SC_Helper_PageLayout_Ex.php"); 
    6666require_once(CLASS_EX_PATH . "helper_extends/SC_Helper_DB_Ex.php"); 
     67require_once(CLASS_EX_PATH . "helper_extends/SC_Helper_Session_Ex.php"); 
    6768 
    6869require_once($include_dir . "/.." . HTML2DATA_DIR . "module/Mail.php"); 
    6970require_once($include_dir . "/.." . HTML2DATA_DIR . "module/Mail/mime.php"); 
    7071 
     72// セッションハンドラ開始 
     73$objSession = new SC_Helper_Session_Ex(); 
     74 
    7175// インストールチェック 
    7276SC_Utils_Ex::sfInitInstall(); 
  • branches/feature-module-update/html/require.php

    r16772 r16994  
    7878include_once($include_dir . "/require_plugin.php"); 
    7979 
     80// セッションハンドラ開始 
     81$objSession = new SC_Helper_Session_Ex(); 
     82 
    8083// インストールチェック 
    8184SC_Utils_Ex::sfInitInstall(); 
Note: See TracChangeset for help on using the changeset viewer.