View file retrivewap/smilies.php

File size: 186B
<?php
include("config.php");
include("core.php");
$bcon = connectdb();

mysql_query("UPDATE ibwf_smilies SET  imgsrc='smilies/gohmy.gif', hidden='0' WHERE scode='-gohmy-'");

?>