Home » Mail » Mail_Queue » Bug #3131
Some changes to examples
Details
| Request #3131 | Some changes to examples |
|---|---|
| Submitted | 2005-01-07 13:40 UTC |
| From | pauluz at gazeta dot pl |
| Assigned | quipo |
| Status | Closed |
| Package | Mail_Queue |
| PHP Version | 4.3.7 |
| OS | Aurox |
| Roadmaps | (Not assigned) |
Comments
[2005-01-07 13:40 UTC] pauluz at gazeta dot pl
Description:
------------
In Examples in files:
Queue.php
docs/add_example.php
there are two wrong conditions when generating variables
$from_params = ...
$recipient_params = ...
Should be:
!empty(...) - not empty condition
Hehehe - a little modification ;-)
Actual result:
--------------
the example in docs/add_example.php
produces a not expected result;-)