try to fix create issue...but not enought

This commit is contained in:
Grand Philippe 2012-04-14 19:10:15 +02:00
parent 980fa86857
commit 5858ef3bf1

View File

@ -70,7 +70,7 @@ if ($rowid > 0)
$caneditfielduser=( (($user->id == $object->user_id) && $user->rights->user->self->creer)
|| (($user->id != $object->user_id) && $user->rights->user->user->creer) );
$caneditpassworduser=( (($user->id == $object->user_id) && $user->rights->user->self->password)
|| (($user->id != $adh->user_id) && $user->rights->user->user->password) );
|| (($user->id != $object->user_id) && $user->rights->user->user->password) );
}
}
else