PHPFusion 6 moves up a notch
Posted by Falk on 06/03/2005
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.