Posted by In Extremo on May 25, 2006 at 10:26am
| Project: | LaTeX |
| Version: | master |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
This Module wont work with drupal 4.7. I am getting this error
Fatal error: Call to undefined function: form_select() in /home/a/eesitexy.com/public_html/modules/latex/latex.module on line 29
I need a module that shows symbols of math. is there another module, which does it?
Comments
#1
It's a very simple filter and by itself does work with 4.7.
The error you have should only appear when you try to configure the filter, and that's because form definition and handling has changedbetwen 4.6 and 4.7. Here is the correction i use for my own purpose.