Index: formupdater.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/formupdater/formupdater.module,v retrieving revision 1.3 diff -u -r1.3 formupdater.module --- formupdater.module 13 Nov 2005 23:54:43 -0000 1.3 +++ formupdater.module 15 Nov 2005 07:14:11 -0000 @@ -49,7 +49,7 @@ $argsout[] = "$key => $val"; } $code .= implode(",\n ", $argsout); - $code .= "\n );"; + $code .= ",\n);"; } else { // this is a form() call