/[drupal]/contributions/modules/purl/includes/purl_domain.inc
ViewVC logotype

Diff of /contributions/modules/purl/includes/purl_domain.inc

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

revision 1.1.2.1 by jmiccolis, Fri Nov 20 16:02:43 2009 UTC revision 1.1.2.2 by jmiccolis, Fri Nov 20 21:36:15 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id$  // $Id: purl_domain.inc,v 1.1.2.1 2009/11/20 16:02:43 jmiccolis Exp $
3    
4  /**  /**
5   *  Full domain handling.   *  Full domain handling.
# Line 11  class purl_domain implements purl_proces Line 11  class purl_domain implements purl_proces
11    }    }
12    
13    public function method() {    public function method() {
14      return PURL_DOMAIN;      return 'domain';
15    }    }
16    
17    public function description() {    public function description() {

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

  ViewVC Help
Powered by ViewVC 1.1.3