Use drupal_eval() instead of eval()
killes@www.drop.org - January 12, 2009 - 15:28
| Project: | Validation API |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
It does some theme magic that is useful.

#1
Would using drupal_eval instead of eval take away the ability to do validation as mentioned here: http://drupal.org/node/339503#comment-1136031 since you will not have access to the $form array in the drupal_eval code?