[development] Re: Form API updater

Steven Wittens steven at acko.net
Tue Nov 15 01:43:29 UTC 2005


Nice, but it seems to output constants rather than strings (judging from 
the screenshot and code):
array(
#type => 'foo'
);

there should be quotes around #type. I think the following will fix it:

-             $argsout[] = "$key => $val";
+             $argsout[] = "'$key' => $val";


Steven Wittens



More information about the development mailing list