View Single Post
  #4  
Old 14th February 2009, 23:02
torrentfreak torrentfreak is offline
Member
 
Join Date: Dec 2008
Default
Posts: 12
Default
Quote:
Originally Posted by Preceptor View Post
Template Shares 3.1 right? There is a bug in the database query getting the pincode you set. It's pretty easy to fix... Lemme get the code...
Yep...
Find this line :
Code:
 $sql = sql_query("SELECT * FROM pincode WHERE area = 2 LIMIT 1");
And replace with
Code:
$sql = sql_query("SELECT * FROM pincode WHERE area = 1 LIMIT 1");
There!
Fixed!
At least tell him which file to open and see for that line. I have the source will look and post tom.
Reply With Quote