Mercurial > defr > drupal > core
diff modules/aggregator/aggregator.pages.inc @ 11:589fb7c02327 6.5
Drupal 6.5
author | Franck Deroche <webmaster@defr.org> |
---|---|
date | Tue, 23 Dec 2008 14:32:19 +0100 |
parents | c1f4ac30525a |
children |
line wrap: on
line diff
--- a/modules/aggregator/aggregator.pages.inc Tue Dec 23 14:32:08 2008 +0100 +++ b/modules/aggregator/aggregator.pages.inc Tue Dec 23 14:32:19 2008 +0100 @@ -1,5 +1,5 @@ <?php -// $Id: aggregator.pages.inc,v 1.12 2008/01/08 10:35:40 goba Exp $ +// $Id: aggregator.pages.inc,v 1.12.2.1 2008/08/16 21:13:48 dries Exp $ /** * @file @@ -60,7 +60,6 @@ * The items HTML. */ function aggregator_page_category($arg1, $arg2 = NULL) { - drupal_set_breadcrumb(array_merge(drupal_get_breadcrumb(), array(l(t('Categories'), 'aggregator/categories')))); // If there are two arguments then we are called as a form, $arg1 is // $form_state and $arg2 is $category. Otherwise, $arg1 is $category. $category = is_array($arg2) ? $arg2 : $arg1;