mod-forum MDL-19620 Replaced get_db_family with get_dbfamily

This commit is contained in:
samhemelryk
2009-06-25 03:08:05 +00:00
parent 970df3e01f
commit 68533e531a
+1 -1
View File
@@ -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>';