Removing obsolete references to readme files in source code
This commit is contained in:
parent
3bcd36d5ab
commit
37c335e3cc
31 changed files with 52 additions and 94 deletions
|
@ -48,7 +48,7 @@ function taxonomy_term_page($str_tids = '', $depth = 0, $op = 'page') {
|
|||
|
||||
case 'feed':
|
||||
$channel['link'] = url('taxonomy/term/'. $str_tids .'/'. $depth, array('absolute' => TRUE));
|
||||
$channel['title'] = variable_get('site_name', 'Drupal') .' - '. $title;
|
||||
$channel['title'] = variable_get('site_name', 'SuiteDesk') .' - '. $title;
|
||||
// Only display the description if we have a single term, to avoid clutter and confusion.
|
||||
if (count($tids) == 1) {
|
||||
$term = taxonomy_get_term($tids[0]);
|
||||
|
@ -57,7 +57,7 @@ function taxonomy_term_page($str_tids = '', $depth = 0, $op = 'page') {
|
|||
}
|
||||
|
||||
$result = taxonomy_select_nodes($tids, $terms['operator'], $depth, FALSE);
|
||||
$items = array();
|
||||
$items = array();
|
||||
while ($row = db_fetch_object($result)) {
|
||||
$items[] = $row->nid;
|
||||
}
|
||||
|
|
Reference in a new issue