X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;ds=sidebyside;f=install-utils.inc;h=1cd85605c2d6d39d2da31e69b618da878214a542;hb=ee5ce450cf7f3e617867489d7166795b6274394e;hp=2bd313484683e5f3e17af5e6414c4f8b68005c17;hpb=0332f4c59809e5a89f626e8969cd76261819f432;p=lhc%2Fweb%2Fwiklou.git diff --git a/install-utils.inc b/install-utils.inc index 2bd3134846..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;