View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004760 | mantisbt | administration | public | 2004-10-22 06:15 | 2004-11-06 06:00 |
Reporter | Thox | Assigned To | vboctor | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 0.18.0a1 | ||||
Fixed in Version | 0.19.1 | ||||
Summary | 0004760: version_is_unique() called with wrong parameters | ||||
Description | version_is_unique() is called with the wrong paremeters when adding a new version to an existing project. This has been wrong since the function was created. The two parameters are swapped. | ||||
Tags | No tags attached. | ||||
Attached Files | patch.diff (134 bytes)
44c44 < if ( version_is_unique( $f_project_id, $t_version ) ) { --- > if ( version_is_unique( $t_version, $f_project_id ) ) { | ||||