=================== BUG #2513: LATEST MODIFICATIONS ================== http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2513&group_id=11
Changes by: Mathieu Roy <[EMAIL PROTECTED]> Date: 2003-Feb-10 16:17 (Europe/Paris) ------------------ Additional Follow-up Comments ---------------------------- Would like to fix it directly? As we discussed this previously, we should add you to dev list, so just say a word. =================== BUG #2513: FULL BUG SNAPSHOT =================== Submitted by: dfeich Project: Savannah Submitted on: 2003-Feb-10 15:26 Category: PHP Engine Severity: 5 - Average Priority: None Bug Group: None Resolution: None Assigned to: None Status: Open Effort: 0.00 Summary: homepage change lost after submit (editgroupinfo.php) Original Submission: This affects the functionality of the project/admin/editgroupinfo.php file: After hitting the submit button the redisplayed page still contains the old value of the homepage field (although the modification is correctly carried over into the data base). Reason: The problem is that the project object's state is read via the 'require' statements at the beginning of the script. The submit modification is done after this, and so the $project->getHomePage() function in line 174 still returns the old value instead of the actual data base value which is then displayed in the entry box. Follow-up Comments ******************* ------------------------------------------------------- Date: 2003-Feb-10 16:17 By: yeupou Would like to fix it directly? As we discussed this previously, we should add you to dev list, so just say a word. CC list is empty No files currently attached For detailed info, follow this link: http://savannah.gnu.org/bugs/?func=detailbug&bug_id=2513&group_id=11
