Changeset 6780 for temp/trunk/data/class
- Timestamp:
- 2006/10/26 09:30:30 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/class/SC_Cookie.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_Cookie.php
r5934 r6780 19 19 // ¥¯¥Ã¥¡¼½ñ¤¹þ¤ß 20 20 function setCookie($key, $val) { 21 setcookie($key, $val, $this->expire, "/", DOMAIN_NAM E);21 setcookie($key, $val, $this->expire, "/", DOMAIN_NAM); 22 22 } 23 23
Note: See TracChangeset
for help on using the changeset viewer.
