]> git.llucax.com Git - mecon/meconlib.git/blobdiff - lib/MECON/Agente.php
bla
[mecon/meconlib.git] / lib / MECON / Agente.php
index 994dc205ba4067440ce43ddae9a72d931484c38e..dbee19879e0f5b1e986629d4a20db8c3f8798792 100644 (file)
@@ -86,11 +86,8 @@ class Agente {
      */
     function Agente($agente) // ~X2C
   {
      */
     function Agente($agente) // ~X2C
   {
-      if($agente !== null) {
-        buscarAgente($agente);
-      }else {
-            trigger_error("No se paso ningun documento!"); 
-      }
+      if(! is_null($agente))
+        $this->buscarAgente($agente);
   }
   // -X2C
 
   }
   // -X2C
 
@@ -222,8 +219,9 @@ class Agente {
             $this->datos = $result->fetchRow(DB_FETCHMODE_ASSOC);
           }
          else
             $this->datos = $result->fetchRow(DB_FETCHMODE_ASSOC);
           }
          else
-            trigger_error("Ahhhhh, agente no encontrado!"); 
+            return false;
       }
       }
+      return true;
     }
     // -X2C
 
     }
     // -X2C