Changeset 23513 for branches/version-2_13-dev/data/class/util
- Timestamp:
- 2014/06/03 15:58:18 (12 years ago)
- Location:
- branches/version-2_13-dev/data/class/util
- Files:
-
- 2 edited
-
GC_Utils.php (modified) (1 diff)
-
SC_Utils.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_13-dev/data/class/util/GC_Utils.php
r23492 r23513 337 337 if (isset($arrDefinedConstants['Core'])) { 338 338 $arrDefinedCoreConstants = $arrDefinedConstants['Core']; 339 }340 339 // PHP < 5.3.0 341 elseif (isset($arrDefinedConstants['internal'])) {340 } elseif (isset($arrDefinedConstants['internal'])) { 342 341 $arrDefinedCoreConstants = $arrDefinedConstants['internal']; 343 }344 342 // PHP == 5.3.0 (Windows) 345 elseif (isset($arrDefinedConstants['mhash'])) {343 } elseif (isset($arrDefinedConstants['mhash'])) { 346 344 $arrDefinedCoreConstants = $arrDefinedConstants['mhash']; 347 345 } -
branches/version-2_13-dev/data/class/util/SC_Utils.php
r23508 r23513 977 977 fclose($ofp); 978 978 fclose($ifp); 979 }980 979 // ファイルが開けなかった場合はエラーページを表示 981 else {980 } else { 982 981 SC_Utils_Ex::sfDispError(''); 983 982 exit;
Note: See TracChangeset
for help on using the changeset viewer.
