Ticket #5 (closed defect: fixed)
Upload of Logo in v0.6b
| Reported by: | Anonymous | Owned by: | mipalmer |
|---|---|---|---|
| Priority: | major | Milestone: | 0.62 |
| Component: | phpbms | Version: | 0.61 |
| Keywords: | Cc: |
Description
Upload of Logo in v0.6b
Had a problem with the form name being 'upload' when form sepcifies 'printedlogo'.
modules/base/include/adminsettings_include.php line 78 is: $file = addslashes(file_get_contents($_FILESupload?tmp_name?));
fix: $file = addslashes(file_get_contents($_FILESprintedlogo?tmp_name?));
-- Yann VR <yannvr@…> Factual Design
Change History
Note: See
TracTickets for help on using
tickets.