From: http://drupal.org/node/114774#db-num-rows

The db_num_rows() method was removed from the database abstraction layer in 6.x core, as it was a database dependent method.

These two patches replace various calls to db_num_rows() with db_result() and db_fetch_object().

Comments

aron novak’s picture

Status: Needs review » Fixed

Thanks for the ready-to-use patches!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.