]> git.llucax.com Git - mecon/yatta.git/blobdiff - lib/YATTA/Archivo.php
BugFixes.
[mecon/yatta.git] / lib / YATTA / Archivo.php
index e2189ceeb566247421efd747a4eb802678026ae5..90a410e1a88e42a5cb55c703fae4d8cb44bf43d3 100644 (file)
@@ -187,9 +187,9 @@ class YATTA_Archivo extends MECON_DBO {
             $where[] = 'p.resultado LIKE '. $db->quote("%$this->resultado%");
         }
         if (!is_null($this->usuario)) {
             $where[] = 'p.resultado LIKE '. $db->quote("%$this->resultado%");
         }
         if (!is_null($this->usuario)) {
-            $where[] = ' (p.owner LIKE '. $db->quote("$this->usuario");
+            $where[] = ' p.owner LIKE '. $db->quote("$this->usuario");
             if ($destinos) {
             if ($destinos) {
-                $where[] = 'p.destinos LIKE '. $db->quote("%$this->usuario%"); 
+                $where[] = ' p.destinos LIKE '. $db->quote("%$this->usuario%"); 
             }
         }
         if (!is_null($this->archivo)) {
             }
         }
         if (!is_null($this->archivo)) {
@@ -197,8 +197,8 @@ class YATTA_Archivo extends MECON_DBO {
         }
         if ($where) {
             $where = 'WHERE p.status = 2 AND p.resultado is not null '.
         }
         if ($where) {
             $where = 'WHERE p.status = 2 AND p.resultado is not null '.
-                'AND p.id_sistema = s.id_sistema AND ('. join ("$operador
-                        ", $where).') ';
+                'AND p.id_sistema = s.id_sistema AND ('. join ("$operador "
+                        , $where).') ';
         } 
         else {
             $where = 'WHERE p.id_sistema = s.id_sistema ';
         } 
         else {
             $where = 'WHERE p.id_sistema = s.id_sistema ';