Description of problem: All attempts to "download" or "view" attachments produce an error message. Version-Release number of selected component (if applicable): 1.2.10-1 and 1.2.11 How reproducible: 100% Steps to Reproduce: 1.Open up Squirrelmail e-mail message 2.Click on _Download this as a file_, or 3.Click on _view_, or 4.Click on _download_, or 5.Click on URL such as _untitled-[2]_ Actual results: Error message: Parse error: parse error, unexpected ')' in /usr/share/squirrelmail/src/download.php on line 337 Expected results: The attachment should either be displayed or begin downloading. Additional info: Line 337 in /usr/share/squirrelmail/src/download.php reads: $filename = 'untitled' . strip_tags($passed_ent_id) .$suffix); ^error?
*** This bug has been marked as a duplicate of 85860 ***