From bcca0c17730ae290fdbdfe15f506354c1acd6c07 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mart=C3=ADn=20Marrese?= Date: Wed, 15 Oct 2003 17:45:03 +0000 Subject: [PATCH] BugFix en MECON_Usuario::asociarPerfil --- lib/SAMURAI/Permiso.php | 2 +- lib/SAMURAI/Usuario.php | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/SAMURAI/Permiso.php b/lib/SAMURAI/Permiso.php index a6004e0..beba603 100644 --- a/lib/SAMURAI/Permiso.php +++ b/lib/SAMURAI/Permiso.php @@ -391,4 +391,4 @@ class SAMURAI_Permiso { } // -X2C Class :SAMURAI_Permiso -?> \ No newline at end of file +?> diff --git a/lib/SAMURAI/Usuario.php b/lib/SAMURAI/Usuario.php index 99a3c6b..90e8142 100644 --- a/lib/SAMURAI/Usuario.php +++ b/lib/SAMURAI/Usuario.php @@ -463,9 +463,6 @@ class SAMURAI_Usuario { if (PEAR::isError($tmp)) { return $tmp; } - else { - return true; - } } else { return new PEAR_Error('Usuario no reconocido.
Recuerde que éste debe haberse logueado previamente a Intranet'); -- 2.43.0