Hi, im using this code to pull some data off a weblog, and everything works fine execpt for one field which retunrs nothing even tough it has data on it. Any solutions on this? it seems to be a bug, all other fields show up and there is no spelling errors.
{exp:weblog:entries weblog="Inscripciones" orderby="titulo_original_i" sort="asc" disable="categories|trackbacks|member_data|pagination"}
<h2><b>{title}</b></h2>
<h2>{director_i}</h2>
<p>{pais_produccion_i} / {ano_i} / {duracion_i} {idioma_original_i}<br />
{sinopsis_i}</p>
<p><br />
{/exp:weblog:entries}the field not showing is {idioma_original_i}.
is this a bug with EE 1.6.9???