Anonymous | Login | Signup for a new account | 2019-02-19 16:03 UTC | ![]() |
Main | My View | View Issues | Change Log | My Account |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0007945 | TestLink | Code alignment | public | 2017-05-22 15:21 | 2019-01-19 15:14 | ||||
Reporter | Laurent_Cabot | ||||||||
Assigned To | fman | ||||||||
Priority | normal | Severity | minor | Reproducibility | N/A | ||||
Status | closed | Resolution | unable to reproduce | ||||||
Platform | PC | OS | Windows | OS Version | 10 | ||||
Product Version | 1.9.15 (2015 Q4) | ||||||||
Fixed in Version | |||||||||
Summary | 0007945: Code => array initialization | ||||||||
Description | In lib/results/printDocOptions.php, line 196: $gui->outputFormat = array(FORMAT_HTML => lang_get('format_html'), FORMAT_MSWORD => lang_get('format_pseudo_msword')); Should be: $gui->outputFormat = array('FORMAT_HTML' => lang_get('format_html'), 'FORMAT_MSWORD' => lang_get('format_pseudo_msword')); Reference: http://php.net/manual/fr/function.array.php [^] Example n°4 Also present in 1.9.16. | ||||||||
Tags | No tags attached. | ||||||||
Database (MySQL,Postgres,etc) | MySQL | ||||||||
Browser | |||||||||
PHP Version | |||||||||
TestCaseID | |||||||||
QA Team - Task Workflow Status | TBD | ||||||||
Attached Files | |||||||||
![]() |
|
(0026402) fman (administrator) 2017-05-23 18:35 |
would you mind what is the issue you get? these constants are defined in [TLINSTALL-DIR]/cfg/reports.cfg.php |
(0028450) fman (administrator) 2019-01-19 15:14 |
no more user feedback |
![]() |
|||
Date Modified | Username | Field | Change |
2017-05-22 15:21 | Laurent_Cabot | New Issue | |
2017-05-23 18:35 | fman | Note Added: 0026402 | |
2017-05-23 18:35 | fman | Assigned To | => fman |
2017-05-23 18:35 | fman | Status | new => feedback |
2019-01-19 15:14 | fman | QA Team - Task Workflow Status | => TBD |
2019-01-19 15:14 | fman | Note Added: 0028450 | |
2019-01-19 15:14 | fman | Status | feedback => closed |
2019-01-19 15:14 | fman | Resolution | open => unable to reproduce |
Copyright © 2000 - 2019 MantisBT Team |