Same name and namespace in other branches
  1. 4.6.x modules/aggregator.module \aggregator_get_category()
  2. 4.7.x modules/aggregator.module \aggregator_get_category()

File

modules/aggregator/aggregator.module, line 976
Used to aggregate syndicated content (RSS, RDF, and Atom).

Code

function aggregator_get_category($cid) {
  return db_fetch_array(db_query('SELECT * FROM {aggregator_category} WHERE cid = %d', $cid));
}