Changeset 20018 for branches/version-2_5-dev/data/class
- Timestamp:
- 2011/01/20 17:00:10 (15 years ago)
- bzr:base-revision:
- svn-v4:1e3b908f-19a9-db11-a64c-001125224ba8:branches/version-2_5-dev:20017
- bzr:committer:
- Kentaro Ohkouchi <[email protected]>
- bzr:file-ids:
data/Smarty/templates/sphone/shopping/payment.tpl payment.tpl-20101209134550-lsv02w9wikfx9cj3-40
data/class/pages/shopping/LC_Page_Shopping_Payment.php 15223@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Ffeature-module-update%2Fdata%2Fclass%2Fpages%2Fshopping%2FLC_Page_Shopping_Payment.php
data/class/session/sessionfactory/SC_SessionFactory_UseRequest.php 17137@1e3b908f-19a9-db11-a64c-001125224ba8:branches%2Fcomu-ver2%2Fdata%2Fclass%2Fsession%2Fsessionfactory%2FSC_SessionFactory_UseRequest.php- bzr:mapping-version:
- v4
- bzr:merge:
[email protected]- bzr:repository-uuid:
- 1e3b908f-19a9-db11-a64c-001125224ba8
- bzr:revision-id:
- [email protected]
- bzr:revno:
- 2747
- bzr:revprop:branch-nick:
- branches/version-2_5-dev
- bzr:root:
- branches/version-2_5-dev
- bzr:text-revisions:
data/Smarty/templates/sphone/shopping/payment.tpl [email protected]
data/class/pages/shopping/LC_Page_Shopping_Payment.php [email protected]
data/class/session/sessionfactory/SC_SessionFactory_UseRequest.php [email protected]- bzr:timestamp:
- 2011-01-20 17:00:07.509999990 +0900
- bzr:user-agent:
- bzr2.2.1+bzr-svn1.0.4
- svn:original-date:
- 2011-01-20T08:00:07.510000Z
- Location:
- branches/version-2_5-dev/data/class
- Files:
-
- 2 edited
-
pages/shopping/LC_Page_Shopping_Payment.php (modified) (1 diff)
-
session/sessionfactory/SC_SessionFactory_UseRequest.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/pages/shopping/LC_Page_Shopping_Payment.php
r19991 r20018 52 52 function init() { 53 53 parent::init(); 54 $this->tpl_onload = "fnCheckInputPoint(); fnSetDelivTime('payment','payment_id','deliv_time_id');";54 $this->tpl_onload = "fnCheckInputPoint();"; 55 55 $this->tpl_title = "お支払方法・お届け時間等の指定"; 56 56 $masterData = new SC_DB_MasterData(); -
branches/version-2_5-dev/data/class/session/sessionfactory/SC_SessionFactory_UseRequest.php
r19972 r20018 184 184 ini_set('session.use_cookies', '0'); 185 185 ini_set('session.use_trans_sid', '1'); 186 ini_set('session.use_only_cookies', '0'); 186 187 187 188 // パラメーターから有効なセッションIDを取得する。
Note: See TracChangeset
for help on using the changeset viewer.
