/[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.43, Sun Nov 1 11:34:25 2009 UTC revision 1.3.4.44, Wed Nov 4 08:14:54 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: creativecommons.class.php,v 1.3.4.42 2009/10/13 19:58:10 balleyne Exp $  // $Id: creativecommons.class.php,v 1.3.4.43 2009/11/01 11:34:25 balleyne Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 50  class creativecommons_license { Line 50  class creativecommons_license {
50      }      }
51      // don't fetch a blank license      // don't fetch a blank license
52      else {      else {
53        $this->name = t('All Rights Reserved');        $this->name = t('All Rights Reserved (None)');
54        $this->type = '';        $this->type = '';
55      }      }
56    
# Line 426  class creativecommons_license { Line 426  class creativecommons_license {
426        }        }
427        else if ($this->type == '') {        else if ($this->type == '') {
428          // None (All Rights Reserved)          // None (All Rights Reserved)
429          $html .= t('All rights reserved on this <span rel="dc:type" href="@dc:type-uri">@dc:type-name</span>, <span property="dc:title">@dc:title</span>, by <a rel="cc:attributionURL" href="@cc:attributionURL" property="cc:attributionName">@cc:attributionName</a>. Certain uses may still be permitted under fair use or a similar doctrine.', $args);          $html .= variable_get('creativecommons_arr_text', NULL);
430        }        }
431        // Rest        // Rest
432        else {        else {

Legend:
Removed from v.1.3.4.43  
changed lines
  Added in v.1.3.4.44

  ViewVC Help
Powered by ViewVC 1.1.2