Anonymous | Login | Signup for a new account | 2021-03-06 01:15 GMT | ![]() |
Main | My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000660 | SiT! | i18n | public | 2009-04-23 08:07 | 2009-04-23 09:56 | ||||
Reporter | DimKir | ||||||||
Assigned To | |||||||||
Priority | normal | Severity | minor | Reproducibility | always | ||||
Status | closed | Resolution | no change required | ||||||
Platform | OS | OS Version | |||||||
Product Version | 3.45 | ||||||||
Target Version | Fixed in Version | ||||||||
Summary | 0000660: Wrong function i18n_filename_to_code in string.inc.php (Win32) | ||||||||
Description | function i18n_filename_to_code incorrect on Windows (Support Incident Tracker v3.45 running on Apache/1.3.33 (Win32) PHP/5.2.9-2) | ||||||||
Additional Information | I change string.inc.php for me: function i18n_filename_to_code(&$elem, $key) { $pos = strrpos($elem,'/'); if ($pos === false) { $elem = substr($elem, strrpos($elem,'\\')+1, -8); } else { $elem = substr($elem, strrpos($elem,'/')+1, -8); } } | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
![]() |
|
ivan (administrator) 2009-04-23 09:56 |
Thanks for the bug report, this was actually fixed yesterday in relation to another bug report. |
![]() |
|||
Date Modified | Username | Field | Change |
2009-04-23 08:07 | DimKir | New Issue | |
2009-04-23 09:56 | ivan | Note Added: 0000967 | |
2009-04-23 09:56 | ivan | Status | new => closed |
2009-04-23 09:56 | ivan | Resolution | open => no change required |
2009-04-23 09:56 | ivan | Relationship added | duplicate of 0000659 |
Copyright © 2000 - 2021 MantisBT Team |