
08-23-2007, 04:52 AM
|
 |
|
|
Join Date: Nov 2006
Location: Egypt
Posts: 204
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by hoangminh
If your database uses prefix, then this script will cause DB Error
To fix, at line 23
Change to:
PHP Code:
$results = $db->query_read("SELECT * FROM ". TABLE_PREFIX ."thread WHERE `title` LIKE '%$query%' AND `". TABLE_PREFIX ."thread`.`forumid` NOT IN (0 $excludelist)");
|
Quote:
Originally Posted by StrifeX
I've done some custom work to the modification, and it's really looking awesome.
Great job buddy, I'm glad you came around with something like this. 
|
THANX
|