/[drupal]/contributions/modules/creativecommons/creativecommons.class.php
ViewVC logotype

Diff of /contributions/modules/creativecommons/creativecommons.class.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.3.4.45, Wed Nov 4 08:51:15 2009 UTC revision 1.3.4.46, Wed Nov 4 11:43:16 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: creativecommons.class.php,v 1.3.4.44 2009/11/04 08:14:54 balleyne Exp $  // $Id: creativecommons.class.php,v 1.3.4.45 2009/11/04 08:51:15 balleyne Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 410  class creativecommons_license { Line 410  class creativecommons_license {
410      // All rights reserved      // All rights reserved
411      if ($this->type == '') {      if ($this->type == '') {
412        // None (All Rights Reserved)        // None (All Rights Reserved)
413        $html .= variable_get('creativecommons_arr_text', NULL);        $html .= check_markup(variable_get('creativecommons_arr_text', NULL));
414      }      }
415      // Site license, no attribution name      // Site license, no attribution name
416      else if ($site && (!$this->metadata['attributionName'] || !creativecommons_metadata_is_available('attributionName'))) {      else if ($site && (!$this->metadata['attributionName'] || !creativecommons_metadata_is_available('attributionName'))) {

Legend:
Removed from v.1.3.4.45  
changed lines
  Added in v.1.3.4.46

  ViewVC Help
Powered by ViewVC 1.1.2