aggregator_page_list_validate

Definition

aggregator_page_list_validate($form_id, &$form)
modules/aggregator.module, line 1140

Code

<?php
function aggregator_page_list_validate($form_id, &$form) {
  if (!user_access('administer news feeds')) {
    form_error($form, t('You are not allowed to categorize this feed item.'));
  }
}
?>
 
 

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.