Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 6012
Línea 274... Línea 274...
274
        $connections = $this->executeFetchAllArray($select2);
274
        $connections = $this->executeFetchAllArray($select2);
275
        foreach($connections as $connection)
275
        foreach($connections as $connection)
276
        {
276
        {
277
            array_push($user_ids, $connection['user_id']);
277
            array_push($user_ids, $connection['user_id']);
278
        }
278
        }
-
 
279
        
-
 
280
        
-
 
281
        
Línea 279... Línea 282...
279
 
282
 
280
        return $user_ids;
283
        return $user_ids;
Línea 281... Línea 284...
281
    }
284
    }