Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.

PHPFusion 6 moves up a notch

PHPFusion 6 moves up a notch
It's a bit rare to release a minor update in the evening, but here we are with v6.00.101. This minor update includes 3 updated admin panels plus a one click upgrade to correct two database columns. Those of you running v6.00.100 simply need to upload the updates and click upgrade (under System Admin in Admin Panel).

Important Infusion update
AJFire made a valid point regarding the new infusion system not allowing the insert into database query. This has been addressed and all of my v6 infusions have been updated including the sdk, developers please note the addition of two lines to infusion.php:

$inf_insertdbrows = 0; // Numbers rows added into created db tables.
after
$inf_newtables = 1; // Number of new db tables to create or drop.

Then to insert rows use:
$inf_insertdbrow_[1] = "table_name VALUES('', '', '', '')";
after
$inf_newtable_[1]

Please refer to the sdk if required. Download the v6.00.101 update.

Falk June 03 2005 11,377