form api changes? $_POST values handling changed?
Hi everybody, I'm working on different modules for some project. Two of them has a search feature that basically create a form on a callback hook. Then simply use the values of the form to do some searching on the nodes.. Yesterday I aligned my one week old cvs install to current head and then both of those modules stopped to work. So I'm asking.. There has been form api changes or $_POST values handling changes??? Thanks, Fabio
So I'm asking.. There has been form api changes or $_POST values handling changes???
hi perhaps you got hit by this issue? http://drupal.org/node/49799 regards, fago
Two of them has a search feature that basically So I'm asking.. There has been form api changes or
Search yes, there is now a default drupal_goto (which, I think, should be $_GET['q'] instead of homepage, i'll roll a patch). use $form['#redirect'] = NULL; to avoid.
participants (3)
-
Fabio Varesano -
fago -
Karoly Negyesi