[development] hook_user case:update
Stefan Pampel
polyformal at gmail.com
Tue May 16 14:33:31 UTC 2006
Hi,
the task is to update a module from 4.6.x to 4.7.0. In drupal 4.6.x i
got the a form field form the user settings Dialog during the update
proces via
$foo=$edit['bar'];
modified it via $foobar=_fun($foo);
an returned via $edit['bar']=$foobar;
to store it modified in the users settings.
I looked arround 'Converting 4.6 modules to 4.7' but found no
solution for this problem.
any hints?
thx
--
_______________________________
/ /
| polyformal /
| Stefan Pampel /
| Kaesenstraße 8
| 50677 Köln - Germany
| phone: +49 3103 122
| fax: +49 221 9311 9223
| www.polyformal.de
|_____________________/
More information about the development
mailing list