// Only add submit handler once.
eval('$element =& $form'. $form_settings['submit_handler_attach_to'] .';');
Huh?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | skinr_no_eval_1236200.patch | 1.74 KB | chx |
// Only add submit handler once.
eval('$element =& $form'. $form_settings['submit_handler_attach_to'] .';');
Huh?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | skinr_no_eval_1236200.patch | 1.74 KB | chx |
Comments
Comment #1
moonray commentedHrm... we'd actually fixed this in D6-2.x, but I guess we need to back-port it.
Here's the commit that includes the replacement for this: http://drupalcode.org/project/skinr.git/commitdiff/518b7d19561107d59e274...
Comment #2
chx commentedComment #3
moonray commentedThis patch isn't quite complete. It should include the parts from the commit in #1 that are:
modules/views.skinr.inc
and skinr.module
Comment #4
moonray commentedTweaked and committed.