PEAR is archived and read-only

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

Home » HTML » HTML_QuickForm_advmultiselect » Bug #9221

Didn't realize at first needed additional require

Details

Doc Bug #9221Didn't realize at first needed additional require
Submitted2006-11-02 20:28 UTC
Frombenjaminhill at gmail dot com
Assignedfarell
StatusClosed
PackageHTML_QuickForm_advmultiselect
PHP Version5.1.6
OSWinXP
Roadmaps(Not assigned)

Comments

[2006-11-02 20:28 UTC] benjaminhill at gmail dot com

Description:
------------
Silly mistake on my part, but I didn't realize at first that an additional require was needed for the advmultiselect - Probably because I don't use requires for each normal type of element in QuickForm, and I thought that it would act the same as the built-in types. Possibly no more than a "remember, you need to..." somewhere in the start of the docs. I figured it out once I poked around inside an example file wondering why the example file was working, but not the example copied into my current form.