Skip to content

Commit

Permalink
MDL-32071 fix incorrect get_dbfamily() call
Browse files Browse the repository at this point in the history
  • Loading branch information
skodak committed Mar 16, 2012
1 parent 6943995 commit 1f373df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/wiki/db/migration/wiki/ewikimoodlelib.php
Expand Up @@ -192,7 +192,7 @@ function ewiki_database_moodle($action, &$args, $sw1, $sw2) {
array("flags","meta","lastmodified"); array("flags","meta","lastmodified");
*/ */
case "GETALL": case "GETALL":
switch ($DB->get_db_family()) { switch ($DB->get_dbfamily()) {
case 'postgres': case 'postgres':
// All but the latest version eliminated by DISTINCT // All but the latest version eliminated by DISTINCT
// ON (pagename) // ON (pagename)
Expand Down

0 comments on commit 1f373df

Please sign in to comment.