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

Diff of /phpcompta/html/fiche.php

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

revision 1.14 by sparkyx, Mon Mar 7 19:50:22 2005 UTC revision 1.15 by stanpinte, Tue Mar 29 09:41:03 2005 UTC
# Line 39  include ("check_priv.php"); Line 39  include ("check_priv.php");
39  ShowMenuCompta($_SESSION['g_dossier']);  ShowMenuCompta($_SESSION['g_dossier']);
40    
41    
42  if ( isset($_POST["PHPSESSID"] )) {  if ( !isset($sessid))
43    $sessid=$_POST["PHPSESSID"];  {
44  } else {    $sessid=$_REQUEST["PHPSESSID"];
45    $sessid=$_GET["PHPSESSID"];  }
 }  
46  $search='<INPUT TYPE="BUTTON" VALUE="Cherche" OnClick="SearchPoste(\''.$sessid."')\">";  $search='<INPUT TYPE="BUTTON" VALUE="Cherche" OnClick="SearchPoste(\''.$sessid."')\">";
47    
48    

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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