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/html/user_data/plugins/google_analytics/classes/pages/LC_Page_Admin_GoogleAnalytics.php

    r21481 r21514  
    5353 
    5454        if (empty($_POST['mode'])) { 
    55             $_POST['mode'] = ""; 
     55            $_POST['mode'] = ''; 
    5656        } 
    5757 
    5858        if (empty($_GET['mode'])) { 
    59             $_GET['mode'] = ""; 
     59            $_GET['mode'] = ''; 
    6060        } 
    6161    } 
     
    123123            . htmlspecialchars($ua, ENT_QUOTES) . "');\n?>\n"; 
    124124 
    125         $configFile = $this->arrPluginInfo['fullpath'] . "classes/pages/ga_config.php"; 
     125        $configFile = $this->arrPluginInfo['fullpath'] . 'classes/pages/ga_config.php'; 
    126126        $handle = fopen($configFile, 'w'); 
    127127        if (!$handle) { 
Note: See TracChangeset for help on using the changeset viewer.