View Single Post
Old 06-11-2003, 12:45 PM  
4Pics
Confirmed User
 
Industry Role:
Join Date: Dec 2001
Posts: 7,952
Ok found out how to fix it so it displays sites.

In builderfuncs.php find

$query .= " LIMIT $limit, $offset";

change to

$query .= " LIMIT $offset, $limit";

Anyone else with problems please post them (not authenication problems since I dont have that)
4Pics is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote