/[phpcompta]/phpcompta/html/user_jrn.php
ViewVC logotype

Diff of /phpcompta/html/user_jrn.php

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

revision 1.23 by sparkyx, Wed Jul 27 14:42:48 2005 UTC revision 1.24 by stanpinte, Sat Jul 30 17:46:44 2005 UTC
# Line 75  if ( isset ($_GET['show'])) { Line 75  if ( isset ($_GET['show'])) {
75     echo "</DIV>";     echo "</DIV>";
76     exit();     exit();
77  }  }
78    
79    //TODO: add direct show of jrn if there is only one jrn of type JRN_TYPE (stan)
80    
81  // if type of journal is asked  // if type of journal is asked
82  if ( isset ($_GET['JRN_TYPE'] ) ) {  if ( isset ($_GET['JRN_TYPE'] ) ) {
83    $jrn_type=$_GET['JRN_TYPE'];    $jrn_type=$_GET['JRN_TYPE'];
84    
85      //when we get there, count jrns of selected type. select count(*) from jrn_def where jrn_def_type='$jrn_type';
86      
87    $result=ShowJrn("user_jrn.php?JRN_TYPE=".$jrn_type);    $result=ShowJrn("user_jrn.php?JRN_TYPE=".$jrn_type);
88     echo "<DIV class=\"u_subtmenu\">";     echo "<DIV class=\"u_subtmenu\">";
89     echo $result;     echo $result;

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26