Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.5.2

Bug #14643 Single quote are used instead of double quotes.
Submitted: 2008-09-12 20:38 UTC
From: newaira Assigned: mrook
Status: Closed Package: VersionControl_SVN (version 0.3.1)
PHP Version: Irrelevant OS: Irrelevant
Roadmaps: 0.3.2    
Subscription  


 [2008-09-12 20:38 UTC] newaira (Andrej Pavlovic)
Description: ------------ Inside VersionControl_SVN_Diff, the prepare function has a major bug. Single qutes are used around $switch instead of double quotes. See below: case 'no-auth-cache': case 'no-diff-deleted': case 'notice-ancestry': case 'non-interactive': case 'non-recursive': if ($val === true) { $_switches .= '--$switch '; } break;

Comments

 [2009-08-04 02:04 UTC] mrook (Michiel Rook)
-Status: Verified +Status: Closed -Assigned To: +Assigned To: mrook -Roadmap Versions: +Roadmap Versions: 0.3.2
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.