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

Diff of /phpcompta/html/poste_search.php

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

revision 1.12 by sparkyx, Thu Mar 31 21:19:00 2005 UTC revision 1.13 by stanpinte, Mon Jul 4 17:58:50 2005 UTC
# Line 71  if ( isset($_GET['filter'])) { Line 71  if ( isset($_GET['filter'])) {
71    // have to find what account are available    // have to find what account are available
72    $SqlCred="";    $SqlCred="";
73    // Load the property    // Load the property
74    $l_line=GetJrnProperty($cn,$_SESSION['g_jrn']);    $l_line=GetJrnProperty($cn,$_GET['p_jrn']);
75    if ( strlen(trim ($l_line['jrn_def_class_cred']) ) > 0 ) {    if ( strlen(trim ($l_line['jrn_def_class_cred']) ) > 0 ) {
76      $valid_cred=split(" ",$l_line['jrn_def_class_cred']);      $valid_cred=split(" ",$l_line['jrn_def_class_cred']);
77    

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

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