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

Diff of /phpcompta/include/user_common.php

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

revision 1.39 by sparkyx, Fri Jun 17 10:50:52 2005 UTC revision 1.40 by stanpinte, Mon Jul 4 17:58:51 2005 UTC
# Line 351  function ListJrn($p_cn,$p_jrn,$p_where=" Line 351  function ListJrn($p_cn,$p_jrn,$p_where="
351      //internal code      //internal code
352          // button  modify          // button  modify
353      $r.="<TD>";      $r.="<TD>";
354      $r.=sprintf('<A class="detail" HREF="javascript:modifyOperation(\'%s\',\'%s\')" >%s</A>',      $r.=sprintf('<A class="detail" HREF="javascript:modifyOperation(\'%s\',\'%s\',\'%s\')" >%s</A>',
355                  $row['jr_id'],$l_sessid,$row['jr_internal']);                  $row['jr_id'], $l_sessid, $p_jrn, $row['jr_internal']);
356      $r.="</TD>";      $r.="</TD>";
357      // date      // date
358      $r.="<TD>";      $r.="<TD>";

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40

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