X-Git-Url: http://git.heureux-cyclage.org/?a=blobdiff_plain;f=install-utils.inc;h=62d35c62432429c331788a30d5e272cf284ab7b0;hb=3c7916c8e08d97455a98bebff456227d683e881d;hp=2bd313484683e5f3e17af5e6414c4f8b68005c17;hpb=0332f4c59809e5a89f626e8969cd76261819f432;p=lhc%2Fweb%2Fwiklou.git diff --git a/install-utils.inc b/install-utils.inc index 2bd3134846..62d35c6243 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;