mod-forum MDL-19620 Replaced get_db_family with get_dbfamily
This commit is contained in:
@@ -273,7 +273,7 @@ function forum_print_big_search_form($course) {
|
||||
echo '<td class="c1"><input type="text" size="35" name="notwords" id="notwords" value="'.s($notwords, true).'" alt="" /></td>';
|
||||
echo '</tr>';
|
||||
|
||||
if ($DB->get_db_family() == 'mysql' || $DB->get_db_family() == 'postgres') {
|
||||
if ($DB->get_dbfamily() == 'mysql' || $DB->get_dbfamily() == 'postgres') {
|
||||
echo '<tr>';
|
||||
echo '<td class="c0"><label for="fullwords">'.get_string('searchfullwords', 'forum').'</label></td>';
|
||||
echo '<td class="c1"><input type="text" size="35" name="fullwords" id="fullwords" value="'.s($fullwords, true).'" alt="" /></td>';
|
||||
|
||||
Reference in New Issue
Block a user