Changeset 1679
- Timestamp:
- Dec 25, 2006, 8:17:29 AM (18 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/admin/include/functions_notification_by_mail.inc.php
r1676 r1679 255 255 // language files 256 256 include(get_language_filepath('common.lang.php')); 257 @include(get_language_filepath('local.lang.php')); 257 258 // No test admin because script is checked admin (user selected no) 258 259 // Translations are in admin file too -
trunk/include/common.inc.php
r1677 r1679 150 150 include_once(get_language_filepath('admin.lang.php')); 151 151 } 152 @include_once(get_language_filepath('local.lang.php')); 152 153 153 154 // only now we can set the localized username of the guest user (and not in -
trunk/include/functions.inc.php
r1670 r1679 641 641 $user = build_user( $conf['guest_id'], true); 642 642 include_once(get_language_filepath('common.lang.php')); 643 @include_once(get_language_filepath('local.lang.php')); 643 644 list($tmpl, $thm) = explode('/', $conf['default_template']); 644 645 $template = new Template(PHPWG_ROOT_PATH.'template/'.$tmpl, $thm); -
trunk/install.php
r1284 r1679 185 185 186 186 include( './language/'.$language.'/common.lang.php' ); 187 // Never: @include( './language/'.$language.'/local.lang.php' ); 187 188 include( './language/'.$language.'/admin.lang.php' ); 188 189 include( './language/'.$language.'/install.lang.php' );
Note: See TracChangeset
for help on using the changeset viewer.