PEAR is archived and read-only

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

Home » Database » DB_DataObject » Bug #2273

validate method calls child Validate$key

Details

Submitted2004-09-02 18:31 UTC
Frombrandon at osuosl dot org
StatusBogus
PackageDB_DataObject
PHP Version5.0.1
OSLinux
Roadmaps(Not assigned)

Comments

[2004-09-02 18:31 UTC] brandon at osuosl dot org

Description:
------------
On line 3001 of the latest version the $method that is called is Validate . ucfirst($key). With the new php5 sensitivity towards casing it seems that it should be validate . ucfirst($key).

Just a thought.

Thanks again.