MantisBT: master 33dfba54

Author Committer Branch Timestamp Parent
dregad dregad master 2012-09-20 06:38 master 714c2a17
Affected Issues  0014700: Admin > Edit Project Page : Upload Path when stored in DB
Changeset

Fix inconsistent behavior of upload path field hiding

config_get() would return the file upload method for the current
project, instead of the one for the project being edited.

Use of $g_project_override for expected behavior.

Fixes 0014700

mod - manage_proj_create_page.php Diff File
mod - manage_proj_edit_page.php Diff File