/[drupal]/contributions/modules/ejournal/public_pages.inc
ViewVC logotype

Diff of /contributions/modules/ejournal/public_pages.inc

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

revision 1.1.2.1, Sun Nov 23 13:59:50 2008 UTC revision 1.1.2.2, Thu Jul 9 08:54:08 2009 UTC
# Line 91  function ejournal_public_dispatcher() { Line 91  function ejournal_public_dispatcher() {
91        print ejournal_theme('ejournal_about', $journal);        print ejournal_theme('ejournal_about', $journal);
92        break;        break;
93      case 'term' : // list nodes that belongs to taxonomy term      case 'term' : // list nodes that belongs to taxonomy term
94    
95          if($_POST['jid'] && $_POST['tid']) {
96            drupal_goto(ejournal_path_set(array("base" => "ejournal", "jid" => $_POST['jid'], "action" => "term", "iid" => $_POST['tid'])));
97          }
98    
99        if(strpos($iid, ':')) { //this comes from the list (eg. when viewing term/89)        if(strpos($iid, ':')) { //this comes from the list (eg. when viewing term/89)
100          $passed_args = split(':', $iid);          $passed_args = split(':', $iid);
101          $iid = $passed_args[2];  //tid          $iid = $passed_args[2];  //tid

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

  ViewVC Help
Powered by ViewVC 1.1.2