PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Mail » Mail_Queue » Bug #3131

Some changes to examples

Details

Request #3131Some changes to examples
Submitted2005-01-07 13:40 UTC
Frompauluz at gazeta dot pl
Assignedquipo
StatusClosed
PackageMail_Queue
PHP Version4.3.7
OSAurox
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;-)