PHP4 Support
dfletcher - January 20, 2007 - 04:28
| Project: | CCK Wizard |
| Version: | 4.7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
This module uses the `foreach ($a as &$ref)` reference notation. It only works in PHP 5. This appears in several places and each must be reworked.
