/[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.27, Sun Apr 26 19:33:46 2009 UTC revision 1.9.2.37.2.28, Thu Jul 9 08:53:39 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: ejournal.module,v 1.9.2.37.2.26 2009/04/25 22:05:25 romca Exp $  // $Id: ejournal.module,v 1.9.2.37.2.27 2009/04/26 19:33:46 romca Exp $
3    
4  /*  /*
5   * TODOs:   * TODOs:
# Line 729  function ejournal_public_page() { Line 729  function ejournal_public_page() {
729      case 'about' : // show about page      case 'about' : // show about page
730        return theme('about_journal', $journal);        return theme('about_journal', $journal);
731      case 'term' : // list nodes that belongs to taxonomy term      case 'term' : // list nodes that belongs to taxonomy term
732          if($_POST['jid'] && $_POST['tid']) {
733            drupal_goto(ejournal_path_set(array("base" => "ejournal", "jid" => $_POST['jid'], "action" => "term", "iid" => $_POST['tid'])));
734          }
735        if(strpos($iid, ':')) {        if(strpos($iid, ':')) {
736          $passed_args = split(':', $iid);          $passed_args = split(':', $iid);
737          $iid = $passed_args[2];  //tid          $iid = $passed_args[2];  //tid

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

  ViewVC Help
Powered by ViewVC 1.1.2