/[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.29, Thu Jul 23 19:16:47 2009 UTC revision 1.9.2.37.2.30, Tue Nov 3 20:02:23 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: ejournal.module,v 1.9.2.37.2.28 2009/07/09 08:53:39 romca Exp $  // $Id: ejournal.module,v 1.9.2.37.2.29 2009/07/23 19:16:47 romca Exp $
3    
4  /*  /*
5   * TODOs:   * TODOs:
# Line 3424  function template_preprocess_archive(&$v Line 3424  function template_preprocess_archive(&$v
3424        $contents[$vid] = array(        $contents[$vid] = array(
3425         'html' => $issue->volume ? theme('ejournal_volume_reference', $journal, $issue) : "",         'html' => $issue->volume ? theme('ejournal_volume_reference', $journal, $issue) : "",
3426         'issues' => array());         'issues' => array());
3427        $old_volume = $issues->volume;        $old_volume = $issue->volume;
3428          }          }
3429          $article_refs = array();          $article_refs = array();
3430      if ($issues_requested) { //get articles only if certain issues were requested      if ($issues_requested) { //get articles only if certain issues were requested

Legend:
Removed from v.1.9.2.37.2.29  
changed lines
  Added in v.1.9.2.37.2.30

  ViewVC Help
Powered by ViewVC 1.1.2