ne pourrait-on pas l'inclure directement ?? function joindre_determiner_mode($mode,$id_document,$objet){ if ($mode=='auto'){ if (intval($id_document)) $mode = sql_getfetsel('mode','spip_documents','id_document='.intval($id_document)); if (!in_array($mode,array('choix','document','image'))){ $mode='choix'; if ($objet AND !in_array(table_objet_sql($objet),explode(',',$GLOBALS['meta']["documents_objets"]))) $mode = 'image'; } } return $mode; }