PEAR is archived and read-only

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

Home » Internationalization » Translation2 » Bug #2891

getPageNames() returns duplicate names

Details

Submitted2004-12-04 20:23 UTC
Fromtobias dot eberle at gmx dot de
Assignedquipo
StatusClosed
PackageTranslation2
PHP Version4.3.9
OSlinux
Roadmaps(Not assigned)

Comments

[2004-12-04 20:23 UTC] tobias dot eberle at gmx dot de

Description:
------------
I have only tested 'db' container.
I have one table for every language. If I call getPageNames() it returns "base, frontends_base_translation, base"
but should return "base, frontends_base_translation"

There are two languages installed. One has only "base" entries and the other one "frontends_base_translation" and "base". It seems that getPageNames() returns all page names found in every table.