Home » Database » DB_DataObject_FormBuilder » Bug #5233
$fb_fieldLabels didn't work(
Details
| Submitted | 2005-08-29 14:02 UTC |
|---|---|
| From | exorion at yandex dot ru |
| Assigned | justinpatrin |
| Status | No Feedback |
| Package | DB_DataObject_FormBuilder |
| PHP Version | 4.3.10 |
| OS | Red 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