PEAR is archived and read-only

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

Home » Networking » Net_SmartIRC » Bug #2602

Notice about undefined variable _usersyncing

Details

Submitted2004-10-23 19:37 UTC
Fromjorrit at gameparty dot net
Assignedmeebey
StatusClosed
PackageNet_SmartIRC
PHP Version4.3.9
OSLinux
Roadmaps(Not assigned)

Comments

[2004-10-23 19:37 UTC] jorrit at gameparty dot net

Description:
------------
When I run any code using Net_SmartIRC and having error_reporting set to E_ALL, I get this notice:

Notice: Undefined property: _usersyncing in /usr/local/lib/php/Net/SmartIRC.php on line 917

I haven't looked very good a the cause, but _usersyncing never is set in SmartIRC.php, and read only once. Not a big problem, but would be nice if it would be fixed.