Changeset 21767 for branches/version-2_12-dev/data/class/SC_Cookie.php
- Timestamp:
- 2012/04/18 17:10:53 (14 years ago)
- File:
-
- 1 edited
-
branches/version-2_12-dev/data/class/SC_Cookie.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_12-dev/data/class/SC_Cookie.php
r21624 r21767 31 31 32 32 // コンストラクタ 33 function SC_Cookie($day = 365) {33 function __construct($day = 365) { 34 34 // 有効期限 35 35 $this->expire = time() + ($day * 24 * 3600);
Note: See TracChangeset
for help on using the changeset viewer.
