You are here

function feedapi_aggregator_get_category in FeedAPI 5

1 call to feedapi_aggregator_get_category()
feedapi_aggregator_menu in feedapi_aggregator/feedapi_aggregator.module
Implementation of hook_menu().

File

feedapi_aggregator/feedapi_aggregator.module, line 572

Code

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