The function db_fetch_object() is not longer available in Drupal 7, see http://drupal.org/update/modules/6/7#dbtng. But the function is used in the setLanguageWording() update function.

PHP Fatal error:  Call to undefined function db_fetch_object() in .../updatescripts/in
cludes/UpdatescriptAPI.class.inc on line 119

Comments

cbeier’s picture

StatusFileSize
new624 bytes

Attached patch.

cbeier’s picture

But I see that the complete function is not working correctly. All queries need a rewrite to the new D7 db syntax.

cbeier’s picture

Ok, now the function should work.

Hroudtwolf’s picture

Status: Active » Needs review

Fixed. Needs review.