Download & Extend

name collission with subform_element (theme_subform)

Project:AHAH Forms Framework
Version:5.x-1.x-dev
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

I've installed the very usefull subform_element module (from fago@drupal.org), but received a white screen as I activated the dynamic_subform module of ahah forms.
The php_error.log threw a "fatal error: Cannot redeclare theme_subform()."

For using both modules side-by-side, I think only line 209 in the dynamic_subform.module should be changed:

- function theme_subform($element) {
+ function theme_dynamic_subform($element) {

Comments

#1

Status:active» fixed

Thanks. The fix actually touches a couple of more lines, but it is pretty simple. I have updated -dev.

-t

#2

Status:fixed» closed (fixed)