Changeset 23513 for branches/version-2_13-dev/data/class/util/GC_Utils.php
- Timestamp:
- 2014/06/03 15:58:18 (12 years ago)
- File:
-
- 1 edited
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 }
Note: See TracChangeset
for help on using the changeset viewer.
