From 5836c69357427ed50520eb9bcb59f980cb452654 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mart=C3=ADn=20Marrese?= Date: Fri, 15 Aug 2003 17:20:53 +0000 Subject: [PATCH] BUGFIX --- lib/MECON/Usuario.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/MECON/Usuario.php b/lib/MECON/Usuario.php index 5e1997a..d8ef1eb 100644 --- a/lib/MECON/Usuario.php +++ b/lib/MECON/Usuario.php @@ -86,6 +86,7 @@ class MECON_Usuario { $this->login=$login; $this->nombre=$nombre; $this->dni=$dni; + } else { die ('El dni '.$dni.' no existe, debe loguearse al menos una vez a la intranet.'); -- 2.43.0