$where[] = ' (p.owner LIKE '. $db->quote("$this->usuario") .' OR '.
'p.destinos LIKE '. $db->quote("%$this->usuario%") .')';
}
+ if (!is_null($this->archivo)) {
+ $where[] = 'p.archivo LIKE '. $db->quote("$this->archivo");
+ }
if ($where) {
$where = 'WHERE p.status = 2 AND p.resultado is not null '.
'AND p.id_sistema = s.id_sistema AND ('. join ("$operador