Hi,
I am new to PHP, but was hoping for help with the following error message. I think the line of code is from the following:
PHP Code:
if ($docs_exclus) $docs_exclus = "AND l.id_document NOT IN ($docs_exclus) ";
} else $docs_exclus = '';
//// Images sans documents
$images_liees = spip_query("SELECT docs.id_document FROM spip_documents AS docs, spip_documents_".$type."s AS l "."WHERE l.id_".$type."=$id AND l.id_document=docs.id_document ".$docs_exclus."AND docs.mode='vignette' ORDER BY docs.id_document");
$ret .= "\n<p></p><div id='liste_images'>";
Any help would be appreciated.
Mark