Bug 82600 - squirrelmail-1.2.10-2 has syntax error in download.php
Summary: squirrelmail-1.2.10-2 has syntax error in download.php
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Public Beta
Classification: Retired
Component: squirrelmail
Version: phoebe
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Gary Benson
QA Contact:
URL:
Whiteboard:
: 85689 85724 86009 (view as bug list)
Depends On:
Blocks: 79578
TreeView+ depends on / blocked
 
Reported: 2003-01-23 22:10 UTC by d. johnson
Modified: 2008-05-01 15:38 UTC (History)
6 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2003-02-10 15:01:01 UTC
Embargoed:


Attachments (Terms of Use)

Description d. johnson 2003-01-23 22:10:55 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3b) Gecko/20030119

Description of problem:
line 337 of /usr/share/squirrelmail/src/download.php is missing a matched set of
parens.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Load SM in your browser
2. Attempt to download anything
3. Profit!
    

Actual Results:  Error result because of missing paren.

Expected Results:  You should be able to download the file.

Additional info:

Either snag a newer CVS snap, or add the paren.

Comment 1 Gary Benson 2003-02-10 15:01:01 UTC
Fixed as of 1.2.10-4.

Comment 2 Gary Benson 2003-03-06 09:54:27 UTC
*** Bug 85689 has been marked as a duplicate of this bug. ***

Comment 3 Håvard Hiller 2003-03-06 13:36:08 UTC
The same bug excists in version 1.2.11

Comment 4 Gary Benson 2003-03-06 14:03:35 UTC
The bug does not exist in 1.2.10-4, which is in Rawhide at this present moment
in time.

Comment 5 Gary Benson 2003-03-06 16:14:53 UTC
*** Bug 85724 has been marked as a duplicate of this bug. ***

Comment 6 Gerald Teschl 2003-03-07 09:27:13 UTC
I feel you shoud issue another errata.

BTW, for those looking for a quick fix:
--- download.php.orig   Fri Mar  7 10:20:35 2003
+++ download.php        Fri Mar  7 10:20:43 2003
@@ -334,7 +334,7 @@
         $suffix = $type1;
     }

-    $filename = 'untitled' . strip_tags($passed_ent_id) .$suffix);
+    $filename = 'untitled' . strip_tags($passed_ent_id) .$suffix;
 }


Comment 7 Gary Benson 2003-03-10 09:41:18 UTC
*** Bug 85860 has been marked as a duplicate of this bug. ***

Comment 8 Gary Benson 2003-03-12 09:52:28 UTC
*** Bug 86009 has been marked as a duplicate of this bug. ***


Note You need to log in before you can comment on or make changes to this bug.