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

Diff of /contributions/modules/ejournal/ejournal.module

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

revision 1.9.2.37.2.26, Sat Apr 25 22:05:25 2009 UTC revision 1.9.2.37.2.27, Sun Apr 26 19:33:46 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: ejournal.module,v 1.9.2.37.2.20 2009/03/01 16:30:38 romca Exp $  // $Id: ejournal.module,v 1.9.2.37.2.26 2009/04/25 22:05:25 romca Exp $
3    
4  /*  /*
5   * TODOs:   * TODOs:
# Line 3381  function template_preprocess_display_iss Line 3381  function template_preprocess_display_iss
3381    $contents = array();    $contents = array();
3382    $articles = _ejournal_issue_get_articles($journal, $issue->iid);    $articles = _ejournal_issue_get_articles($journal, $issue->iid);
3383    foreach ($articles as $article) {    foreach ($articles as $article) {
3384      $node = $print ? node_load(array ('nid' => $article->nid)) : (object)array();      $node = $print ? node_load(array ('nid' => $article->nid)) : '';
3385          $contents[$article->name][] = array(          $contents[$article->name][] = array(
3386           'article' => $article,           'article' => $article,
3387           'node' => $node,           'node' => $node,

Legend:
Removed from v.1.9.2.37.2.26  
changed lines
  Added in v.1.9.2.37.2.27

  ViewVC Help
Powered by ViewVC 1.1.2