| Summary | wrong parameter count for number_format |
| Queue | IMP |
| Queue Version | HEAD |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | Jan Schneider <jan (at) horde (dot) org> |
| Requester | adrieder (at) sbox (dot) tugraz (dot) at |
| Created | 06/20/2007 (483 days ago) |
| Due | |
| Updated | 06/20/2007 (483 days ago) |
| Assigned | |
| Resolved | 06/20/2007 (483 days ago) |
| Attachments | |
| Milestone | |
| Patch | No |
Assigned to Jan Schneider
State ⇒ Resolved
other number_format calls there are. Fixed in CVS, thanks!
State ⇒ Unconfirmed
Queue ⇒ IMP
Summary ⇒ wrong parameter count for number_format
Priority ⇒ 1. Low
Type ⇒ Bug
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?