Ticket #25118: 25118.patch
| File 25118.patch, 549 bytes (added by , 13 years ago) |
|---|
-
tests/db.php
79 79 foreach ( $current_locales as $locale_setting ) { 80 80 if ( false !== strpos( $locale_setting, '=' ) ) { 81 81 list( $category, $locale ) = explode( '=', $locale_setting ); 82 setlocale( constant( $category ), $locale ); 82 if( defined( $category ) ) { 83 setlocale( constant( $category ), $locale ); 84 } 83 85 } else { 84 86 setlocale( LC_ALL, $locale_setting ); 85 87 }
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)