X-Git-Url: https://git.llucax.com/mecon/meconlib.git/blobdiff_plain/387525736846a1dad72e99ccf416708ff811c92c..b12475b5fb8b24cade1c6f469ca9017871487789:/lib/MECON/Agente.php?ds=sidebyside diff --git a/lib/MECON/Agente.php b/lib/MECON/Agente.php index 6c01d2d..691efd3 100644 --- a/lib/MECON/Agente.php +++ b/lib/MECON/Agente.php @@ -1,36 +1,33 @@ - -// +----------------------------------------------------------------------+ -// -// $Id$ -// $Author$ -// $URL$ -// $Date$ -// $Rev$ -// + +------------------------------------------------------------------------------- +$Id$ +-----------------------------------------------------------------------------*/ #require_once 'PEAR.php'; require_once 'DB.php'; require_once 'MECON/Tiempo/Hora.php'; - - - // +X2C Class 131 :Agente /** * @package @@ -87,7 +84,7 @@ class Agente { function Agente($agente) // ~X2C { if(! is_null($agente)) - buscarAgente($agente); + $this->buscarAgente($agente); } // -X2C