Index: modules/taxonomy/taxonomy.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/taxonomy/taxonomy.module,v
retrieving revision 1.445
diff -u -p -r1.445 taxonomy.module
--- modules/taxonomy/taxonomy.module	5 Dec 2008 22:18:46 -0000	1.445
+++ modules/taxonomy/taxonomy.module	6 Dec 2008 22:22:36 -0000
@@ -1148,7 +1148,7 @@ function taxonomy_term_load_multiple($ti
     // If the conditions array is populated, add those to the query.
     if ($conditions) {
       foreach ($conditions as $field => $value) {
-        $query->conditions('t.' . $field, $value);
+        $query->condition('t.' . $field, $value);
       }
     }
     $queried_terms = $query->execute()->fetchAllAssoc('tid');
