Summary | wrong parameter count for number_format |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | adrieder (at) sbox (dot) tugraz (dot) at |
Created | 06/21/2007 (6566 days ago) |
Due | |
Updated | 06/21/2007 (6566 days ago) |
Assigned | |
Resolved | 06/21/2007 (6566 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Jan Schneider
State ⇒ Resolved
other number_format calls there are. Fixed in CVS, thanks!
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ wrong parameter count for number_format
Queue ⇒ IMP
number_format() returns a formatted version of number. This function
accepts either one, two or four parameters (not three).
this patch removed an empty parameter:
http://cvs.horde.org/diff.php/imp/compose.php?r1=2.1047&r2=2.1048&ty=u
shouldn't it be re added?