I got an SQL error - "column not found". It was missing a prefix in mod/presentation/function_search.php, line 31:
$searchline = str_replace("owner",$CFG->prefix."tags.owner",$searchline);
Strange that this didn't occur earlier...
Keywords: bug, prefix, presentation, sql

Comments