[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Dolibarr-cvs] dolibarr/htdocs/user fiche.php
From: |
Regis Houssin |
Subject: |
[Dolibarr-cvs] dolibarr/htdocs/user fiche.php |
Date: |
Tue, 13 Jun 2006 17:38:46 +0000 |
CVSROOT: /cvsroot/dolibarr
Module name: dolibarr
Changes by: Regis Houssin <hregis> 06/06/13 17:38:46
Modified files:
htdocs/user : fiche.php
Log message:
Fix: amélioration des droits
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/dolibarr/htdocs/user/fiche.php?cvsroot=dolibarr&r1=1.89&r2=1.90
Patches:
Index: fiche.php
===================================================================
RCS file: /cvsroot/dolibarr/dolibarr/htdocs/user/fiche.php,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -b -r1.89 -r1.90
--- fiche.php 13 Jun 2006 17:36:23 -0000 1.89
+++ fiche.php 13 Jun 2006 17:38:46 -0000 1.90
@@ -20,14 +20,14 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*
- * $Id: fiche.php,v 1.89 2006/06/13 17:36:23 hregis Exp $
+ * $Id: fiche.php,v 1.90 2006/06/13 17:38:46 hregis Exp $
* $Source: /cvsroot/dolibarr/dolibarr/htdocs/user/fiche.php,v $
*/
/**
\file htdocs/user/fiche.php
\brief Onglet user et permissions de la fiche utilisateur
- \version $Revision: 1.89 $
+ \version $Revision: 1.90 $
*/
require("./pre.inc.php");
@@ -251,7 +251,7 @@
// Action modif mot de passe
if ((($_POST["action"] == 'confirm_password' && $_POST["confirm"] == 'yes')
- || $_GET["action"] == 'confirm_passwordsend') && ($caneditperms ||
$caneditpassword)
+ || $_GET["action"] == 'confirm_passwordsend') && ($caneditperms ||
$caneditpassword))
{
$edituser = new User($db, $_GET["id"]);
$edituser->fetch();
@@ -873,5 +873,5 @@
$db->close();
-llxFooter('$Date: 2006/06/13 17:36:23 $ - $Revision: 1.89 $');
+llxFooter('$Date: 2006/06/13 17:38:46 $ - $Revision: 1.90 $');
?>