/[dolibarr]/dolibarr/htdocs/comm/fiche.php
ViewVC logotype

Diff of /dolibarr/htdocs/comm/fiche.php

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

revision 1.109 by tipaul, Mon Nov 14 21:13:08 2005 UTC revision 1.110 by eldy, Tue Nov 15 22:45:37 2005 UTC
# Line 113  if ($mode == 'search') { Line 113  if ($mode == 'search') {
113          $db->free();          $db->free();
114      }      }
115  }  }
 $_socid = $_GET["socid"];  
116    
117  /*  // Protection quand utilisateur externe
118   * Sécurité si un client essaye d'accéder à une autre fiche que la sienne  $_socid = isset($_GET["socid"])?$_GET["socid"]:'';
  */  
119  if ($user->societe_id > 0)  if ($user->societe_id > 0)
120  {  {
121      $_socid = $user->societe_id;      $_socid = $user->societe_id;

Legend:
Removed from v.1.109  
changed lines
  Added in v.1.110

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