aggregator_get_category

Versions
4.6 – 5
aggregator_get_category($cid)

▾ 2 functions call aggregator_get_category()

aggregator_admin_edit_category in modules/aggregator.module
Menu callback; displays the category edit form, or saves changes and redirects to the overview page.
aggregator_edit in modules/aggregator.module

Code

modules/aggregator.module, line 690

<?php
function aggregator_get_category($cid) {
  return db_fetch_array(db_query('SELECT * FROM {aggregator_category} WHERE cid = %d', $cid));
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.