Amazon pointed this out and I can tell you: this is an incredible piece of code. jjeff, congratulations.
Thank you. I'm past the point where it will help with Amazon associate tools but it's going to make short work of my smaller modules. On 11/14/05, Karoly Negyesi <karoly@negyesi.net> wrote:
Amazon pointed this out and I can tell you: this is an incredible piece of code. jjeff, congratulations.
Thanks Karoly! Thought it would help the project. (...and keep me from going crazy looking up the deprecated function calls) -Jeff On Nov 14, 2005, at 1:07 AM, Karoly Negyesi wrote:
Amazon pointed this out and I can tell you: this is an incredible piece of code. jjeff, congratulations.
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
participants (4)
-
Earl Dunovant -
Jeff Robbins -
Karoly Negyesi -
Steven Wittens