PEAR is archived and read-only

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

Home » Internationalization » Translation2 » Bug #3272

Translation2::get() has unused parameter defaulttext

Details

Submitted2005-01-23 14:51 UTC
Fromtobias dot eberle at gmx dot de
Assignedquipo
StatusClosed
PackageTranslation2
PHP Version4.3.10
OSlinux
Roadmaps(Not assigned)

Comments

[2005-01-23 14:51 UTC] tobias dot eberle at gmx dot de

Description:
------------
The method get() of Translation2 class has an unused parameter $defaulttext.
If I call get() with not existing page id / string id I get NULL, which is not expected.
I have another question: Is the "error_text" column in available languages table really used?