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

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

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

revision 1.71 by eldy, Thu Aug 11 18:48:08 2005 UTC revision 1.72 by rodolphe, Tue Aug 23 11:40:19 2005 UTC
# Line 32  Line 32 
32    
33  require("./pre.inc.php");  require("./pre.inc.php");
34    
35    if ($user->id <> $_GET["id"])
36    {
37      if (! $user->rights->user->user->lire && !$user->admin)
38        {
39          accessforbidden();
40        }
41    }
42    
43  $langs->load("users");  $langs->load("users");
44  $langs->load("companies");  $langs->load("companies");
45    

Legend:
Removed from v.1.71  
changed lines
  Added in v.1.72

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