Ignore:
Timestamp:
2012/02/15 19:56:17 (12 years ago)
Author:
Seasoft
Message:

#1625 (typo修正・ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/SC_Cookie.php

    r21420 r21514  
    3535    // クッキー書き込み 
    3636    function setCookie($key, $val) { 
    37         setcookie($key, $val, $this->expire, "/", DOMAIN_NAME); 
     37        setcookie($key, $val, $this->expire, '/', DOMAIN_NAME); 
    3838    } 
    3939 
Note: See TracChangeset for help on using the changeset viewer.