Ignore:
Timestamp:
2012/02/11 04:51:32 (14 years ago)
Author:
Seasoft
Message:

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

  • Zend Framework PHP 標準コーディング規約への準拠を高めた
File:
1 edited

Legend:

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

    r21447 r21480  
    2424 */ 
    2525 
    26 define("MOBILE_IMAGE_INC_REALDIR", realpath(dirname( __FILE__)) . "/../include/"); 
     26define('MOBILE_IMAGE_INC_REALDIR', realpath(dirname( __FILE__)) . "/../include/"); 
    2727require_once MOBILE_IMAGE_INC_REALDIR . 'image_converter.inc'; 
    2828 
Note: See TracChangeset for help on using the changeset viewer.