/[phpcompta]/phpcompta/include/user_action_ods.php
ViewVC logotype

Diff of /phpcompta/include/user_action_ods.php

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

revision 1.20 by sparkyx, Sun Oct 23 18:56:01 2005 UTC revision 1.21 by sparkyx, Wed Oct 26 13:18:23 2005 UTC
# Line 160  echo 'Période  '.$w->IOValue("p_periode" Line 160  echo 'Période  '.$w->IOValue("p_periode"
160  </form>  </form>
161  <?  <?
162    $sql=SQL_LIST_ALL_INVOICE." and jr_tech_per=".$current." and jr_def_id=".$_GET['p_jrn'] ;    $sql=SQL_LIST_ALL_INVOICE." and jr_tech_per=".$current." and jr_def_id=".$_GET['p_jrn'] ;
163     $list=ListJrn($cn,$_GET['p_jrn'],$sql);     list ($max_line,$list)=ListJrn($cn,$_GET['p_jrn'],$sql);
164    
165    
166     echo $list;     echo $list;
# Line 184  if ( $action == 'search' ) { Line 184  if ( $action == 'search' ) {
184    echo $search_box;    echo $search_box;
185    // if nofirst is set then show result    // if nofirst is set then show result
186    if ( isset ($_GET['nofirst'] ) )     {    if ( isset ($_GET['nofirst'] ) )     {
187      $a=ListJrn($cn,$_GET['p_jrn'],"",$HTTP_POST_VARS);      list ($max_line,$a)=ListJrn($cn,$_GET['p_jrn'],"",$HTTP_POST_VARS);
188      echo $a;      echo $a;
189    }    }
190    echo '</DIV>';    echo '</DIV>';

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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