Thread subject: muscapaul's PHP-Fusion website :: Terms Infusion v3.XX

Posted by muscapaul on 08-09-2008 23:59
#11

New version: v3.05

Remark:
Don't forget to read the first post in the thread for updating from versions for PHP-Fusion v6 and additional information.

Changes in v3.05:
- Corrections to all versions of infusion.php to prevent error message of non-existing table on first infusions (thx to afaaro for noting it).
- Correction of erroneous code preventing correct infusion for Default type (depricated field remained in code and one closing single quote missed).

If you are currently using v3.00 or v3.01, you may eventually run into a problem because of an incorrect setting in the admin table. Previewing the code below in a Custom Page should correct it:
Code
<?php
$result = dbquery ("UPDATE ".DB_ADMIN." SET admin_rights = 'TER' WHERE admin_link='../infusions/terms/terms_admin.php'");
?>




DOWNLOAD (last version: 08.09.2008)