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

Posted by muscapaul on 21-08-2008 12:19
#4

New version: v3.03

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.03:
- Corrections to all infusion.php files: conditional to set infusion version in settings corrected; adding a missing ' in the row inserting data in the settings table and rmoving a redundant field name in the same line (error reported by ytterx).
- Locale file ../2locale/English.php cleaned of definitions that were commented out.

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: 21.08.2008)