X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=install-utils.inc;h=1cd85605c2d6d39d2da31e69b618da878214a542;hb=59969a47b7c9692cd2c2575b113fab6e94444579;hp=73f4e38171a61368b44ead3b8e95f81ad898735d;hpb=1680f708a3c8d34e897287bca517a9b31ff20fdd;p=lhc%2Fweb%2Fwiklou.git diff --git a/install-utils.inc b/install-utils.inc index 73f4e38171..1cd85605c2 100644 --- a/install-utils.inc +++ b/install-utils.inc @@ -1,20 +1,21 @@ query( "DESCRIBE $table", $fname ); $found = false; - while ( $row = wfFetchObject( $res ) ) { + while ( $row = $db->fetchObject( $res ) ) { if ( $row->Field == $field ) { $found = true; break;