From: Gonzalo Merayo Date: Mon, 14 Jul 2003 20:55:11 +0000 (+0000) Subject: arreglo menor X-Git-Tag: svn_import~379 X-Git-Url: https://git.llucax.com/mecon/meconlib.git/commitdiff_plain/387525736846a1dad72e99ccf416708ff811c92c?ds=inline;hp=36cdd19a3fd207a98546c3a166abdf4d5afa3e35 arreglo menor --- 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