~ubuntu-branches/ubuntu/karmic/drupal6/karmic

« back to all changes in this revision

Viewing changes to modules/taxonomy/taxonomy.pages.inc

  • Committer: Bazaar Package Importer
  • Author(s): Luigi Gangitano, Luigi Gangitano
  • Date: 2009-05-04 19:56:12 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20090504195612-hvdmh4goeszhjo0k
Tags: 6.11-1
[ Luigi Gangitano ]
* New upstream release
  - Fixes XSS vulnerability (Ref: SA-CORE-2009-005, CVE-TBD)
    (Closes: #526378)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?php
2
 
// $Id: taxonomy.pages.inc,v 1.9 2008/01/18 16:23:57 goba Exp $
 
2
// $Id: taxonomy.pages.inc,v 1.9.2.1 2009/04/27 11:49:05 goba Exp $
3
3
 
4
4
/**
5
5
 * @file
25
25
    }
26
26
 
27
27
    if ($names) {
28
 
      $title = check_plain(implode(', ', $names));
29
 
      drupal_set_title($title);
 
28
      $title = implode(', ', $names);
 
29
      drupal_set_title(check_plain($title));
30
30
 
31
31
      switch ($op) {
32
32
        case 'page':