Changeset 16850
- Timestamp:
- 2007/11/30 11:21:10 (14 years ago)
- Location:
- branches/feature-module-update/data
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/helper/SC_Helper_Session.php
r16741 r16850 23 23 * 各関数をセッションハンドラに保存する 24 24 */ 25 function SC_Hel er_Session() {25 function SC_Helper_Session() { 26 26 $objDb = new SC_Helper_DB_Ex(); 27 27 if($objDb->sfTabaleExists("dtb_session")) { -
branches/feature-module-update/data/class_extends/helper_extends/SC_Helper_Session_Ex.php
r16741 r16850 32 32 * @package Page 33 33 * @author LOCKON CO.,LTD. 34 * @version $Id $34 * @version $Id:SC_Helper_Session_Ex.php 16741 2007-11-08 00:43:24Z adachi $ 35 35 */ 36 36 class SC_Helper_Session_Ex extends SC_Helper_Session { … … 43 43 */ 44 44 function SC_Helper_Session_Ex() { 45 parent::SC_Hel er_Session();45 parent::SC_Helper_Session(); 46 46 } 47 47 }
Note: See TracChangeset
for help on using the changeset viewer.