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

Diff of /phpcompta/include/stock_inc.php

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

revision 1.4 by sparkyx, Tue Feb 22 13:49:56 2005 UTC revision 1.5 by stanpinte, Sun Mar 6 14:05:04 2005 UTC
# Line 197  $sql="select sg_code, Line 197  $sql="select sg_code,
197    $r.="<th>Prix/Cout Unitaire</th>";    $r.="<th>Prix/Cout Unitaire</th>";
198    $r.="</TR>";    $r.="</TR>";
199    // compute sessid    // compute sessid
200    $l_sessid=(isset($_POST['PHPSESSID']))?$_POST['PHPSESSID']:$_GET['PHPSESSID'];    $l_sessid=$_REQUEST['PHPSESSID'];
   
201    
202    for ( $i=0; $i < $M;$i++) {    for ( $i=0; $i < $M;$i++) {
203      $l=pg_fetch_array($Res,$i);      $l=pg_fetch_array($Res,$i);
# Line 290  function GetQuantity($p_cn,$p_sg_code,$p Line 289  function GetQuantity($p_cn,$p_sg_code,$p
289    $value=pg_fetch_array($Res,0);    $value=pg_fetch_array($Res,0);
290    return $value['result'];    return $value['result'];
291            
 }  
292    }

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5

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