Changeset 1527 for branches/3.0
- Timestamp:
- 11/28/2006 05:34:13 PM (2 years ago)
- Location:
- branches/3.0/framework/I18N/core
- Files:
-
- 2 modified
-
DateTimeFormatInfo.php (modified) (1 diff)
-
MessageSource_XLIFF.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/framework/I18N/core/DateTimeFormatInfo.php
r1397 r1527 167 167 * culture. 168 168 */ 169 function getInstance($culture=null)169 static function getInstance($culture=null) 170 170 { 171 171 -
branches/3.0/framework/I18N/core/MessageSource_XLIFF.php
r1397 r1527 281 281 282 282 //create a new dom, import the existing xml 283 $dom = DOMDocument::load($filename); 283 $dom = new DOMDocument(); 284 $dom->load($filename); 284 285 285 286 //find the body element
