View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009307 | mantisbt | other | public | 2008-06-27 09:06 | 2008-10-09 13:18 |
Reporter | mgstm | Assigned To | giallu | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 1.1.1 | ||||
Summary | 0009307: Copy Version from produce incorrect timestamp | ||||
Description | If I try to copy versions from another Project, the timestamps are set to a wrong Value. | ||||
Steps To Reproduce | 1) Select manage project | ||||
Additional Information | Looking at the source shows that the function version_add(...) needs the Parameter version_get_all_rows(...) returns the timestamp in unix-format and it is directly passed to version_add(...). So my suggestion is version_add( $t_dst_project_id, $t_row['version'], $t_row['released'], $t_row['description'], $t_row['date_order'] ); to version_add( $t_dst_project_id, $t_row['version'], $t_row['released'], $t_row['description'], db_date($t_row['date_order']) ); | ||||
Tags | No tags attached. | ||||