Revision 854
Added by thorn over 17 years ago
| index.php | ||
|---|---|---|
| 87 | 87 |
} |
| 88 | 88 |
|
| 89 | 89 |
if(file_exists(WB_PATH .'/modules/output_filter/filter-routines.php')) {
|
| 90 |
// reconnect to database |
|
| 91 |
$database = new database(); |
|
| 90 | 92 |
// include the output filter module routines |
| 91 | 93 |
@require_once(WB_PATH .'/modules/output_filter/filter-routines.php'); |
| 92 | 94 |
|
Also available in: Unified diff
fixed an issues related to search, changed one SQL inner join (to use USING instead of WHERE, added $database = new Database(); in front of output-filter