From 387525736846a1dad72e99ccf416708ff811c92c Mon Sep 17 00:00:00 2001 From: Gonzalo Merayo Date: Mon, 14 Jul 2003 20:55:11 +0000 Subject: [PATCH] arreglo menor --- lib/MECON/Agente.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/MECON/Agente.php b/lib/MECON/Agente.php index 839ad94..6c01d2d 100644 --- a/lib/MECON/Agente.php +++ b/lib/MECON/Agente.php @@ -86,11 +86,8 @@ class Agente { */ function Agente($agente) // ~X2C { - if($agente !== null) { + if(! is_null($agente)) buscarAgente($agente); - }else { - trigger_error("No se paso ningun documento!"); - } } // -X2C -- 2.43.0