/[drupal]/contributions/modules/sioc/sioc.module
ViewVC logotype

Diff of /contributions/modules/sioc/sioc.module

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

revision 1.32.2.3.2.17, Mon Feb 16 15:02:32 2009 UTC revision 1.32.2.3.2.18, Wed Apr 29 19:38:29 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: sioc.module,v 1.32.2.3.2.16 2008/11/11 12:33:25 scor Exp $  // $Id: sioc.module,v 1.32.2.3.2.17 2009/02/16 15:02:32 scor Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 271  function export_sioc_forum($type, $uid = Line 271  function export_sioc_forum($type, $uid =
271      }      }
272    
273      $output .= output_sioc_concept(      $output .= output_sioc_concept(
274        "sioc:Forum",        "sioct:Weblog",
275        url("blog/" . $uid, array('absolute' => TRUE)),        url("blog/" . $uid, array('absolute' => TRUE)),
276        array(        array(
277          'dc:title' => $account->name . "'s Blog",          'dc:title' => $account->name . "'s Blog",

Legend:
Removed from v.1.32.2.3.2.17  
changed lines
  Added in v.1.32.2.3.2.18

  ViewVC Help
Powered by ViewVC 1.1.2