- $gs = new AI_GrupoSecciones($grupo_secciones);
- $gs->cargar($db2);
- if(count($gs->secciones) > 0)
- $query .= ' AND Articles.section_id NOT IN(53) ';
+ $censuradas = $db2->getCol('SELECT seccion FROM secciones_censuradas');
+ $query .= ' AND Articles.section_id NOT IN('.implode(',', $censuradas).') ';
+