PEAR is archived and read-only

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

Home » Database » DB_DataObject_FormBuilder » Bug #5233

$fb_fieldLabels didn't work(

Details

Submitted2005-08-29 14:02 UTC
Fromexorion at yandex dot ru
Assignedjustinpatrin
StatusNo Feedback
PackageDB_DataObject_FormBuilder
PHP Version4.3.10
OSRed Hat Enterprise
Roadmaps(Not assigned)

Comments

[2005-08-29 14:02 UTC] exorion at yandex dot ru

Description:
------------
I upload my site to a hosting provider. All pear packages work fine, but $fb_fieldLabels didn't work in any form which is created with FormBuilder(. I hope i can fix it, on my computer i use php 4.3.12 (from AltLinux) and all works perfect, and i hope to expect such results here!

Test script:
---------------
$fb_fieldLabels=array('price'=>'Price for us','newspaper'=>'Newspaper');

Expected result:
----------------
Labels would be 'Price for us' && 'Newspaper'

Actual result:
--------------
Labels are price && newspaper