Ignore:
Timestamp:
2012/02/06 21:27:04 (14 years ago)
Author:
Seasoft
Message:

#1613 (ソース整形・ソースコメントの改善)

  • 無意味なスペースを削除
File:
1 edited

Legend:

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

    r21441 r21444  
    250250        $htmlPath = str_replace('\\', '/', HTML_REALDIR); 
    251251 
    252         // PHP 5.1 対策 ( http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=4277&forum=9 ) 
     252        // PHP 5.1 対策 ( http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=4277&forum=9) 
    253253        if (strlen($path) == 0) { 
    254254            $path = '.'; 
Note: See TracChangeset for help on using the changeset viewer.