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?

CommentFileSizeAuthor
#1 latex.module8.29 KBgilcot

Comments

gilcot’s picture

StatusFileSize
new8.29 KB

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.

axel’s picture

Status: Active » Closed (won't fix)