View Single Post
  #5  
Old 26th June 2008, 19:22
Nafania Nafania is offline
TB Dev SZ Developer
 
Join Date: Feb 2008
Posts: 31
Default Re: Announce Fix For TBDev SZ 3.0+
Hmm, i see only one changed line, it's
Code:
    $selfwhere = 'fid = ' . $torrentdata['fid'] . ' AND peer_id = ' . hash_where('peer_id', $peer_id);
it was
Code:
$selfwhere = 'fid = ' . $torrentdata['fid'] . ' AND ' . hash_where('peer_id', $peer_id);
but this "fix" not correct and if you use it, you'll broke announce.php, because function hash_where return table name which added with this "fix"