Thread: SkyLine
View Single Post
  #11  
Old 6th February 2010, 19:12
Timisoreanul's Avatar
Timisoreanul Timisoreanul is offline
Senior Member
 
Join Date: Apr 2008
P2P
Posts: 211
Default
Open stdhead.php
search at line 101 this:

Code:
$txlst3 = mysql_query("SELECT COUNT(*) FROM thanks WHERE touid=" . $CURUSER["id"]) or sqlerr();;
$list3 = mysql_fetch_row($txlst3);
$count3 = $list3[0];
End Remove it .
__________________
only me
Reply With Quote