Thread subject: muscapaul's PHP-Fusion website :: Smileys

Posted by muscapaul on 08-12-2008 12:56
#2

First make a backup of the database, then preview this code in a custom page:
Code
<?php
$result = dbquery("UPDATE fusion_posts SET post_smileys='1' WHERE post_smileys='0'") ;
?>