|
|||||||
| Mail Attachment Bug | ||||
|---|---|---|---|---|
| POP3 Attachments are saved with the wrong filename in DB | ||||
Category Unknown |
Affected Version 1.6.0 rc1 |
Priority Unknown |
||
Status Not a Bug |
Fixed Version (none) |
|||
Submitted 02-03-2008 |
||||
|
||||
|
|
|
|
|
|
Mail Attachment Bug
POP3 Attachments are saved with the wrong filename in DB
Hi there
Found this problem that saved attachment filename in DB, different to filename that had actuallyben assigned. This probablyapplies to POP3/IMAP only. [This applies to version 1.3.1 that I installed last week using fantastico on HostMonster ] Automail.php Line 348 Code:
mysql_query("INSERT INTO ticket_attachments (ticket, ref, filename, type) VALUES ($ticket_id, $iid, '$ticket_id" . "_$filename', 'q')");
Automail.php Line 348 Code:
mysql_query("INSERT INTO ticket_attachments (ticket, ref, filename, type) VALUES ($ticket_id, $iid, '$rand" . "_$filename', 'q')");
Justin |
|
|
||
|
||
|
osTicket v1.3.1 is discontinued. The current release is a complete rewrite.
|
![]() |
| Issue Tools |
|---|
Subscribe to this issue |