Hey Nuno, You're using sqlite_array_query() where you could just use sqlite_single_query():
$value = sqlite_single_query($GLOBALS['fb_idx'], "select value from ents where entid=...."); ... $entities['&' . $ent . ';'] = $value; What exactly was the problem that you fixed in make_function_link, and how did you fix it? Thanks, --Wez. > -----Original Message----- > From: Nuno Lopes [mailto:[EMAIL PROTECTED] > Sent: 08 May 2004 12:31 > To: PHPdoc > Subject: [PHP-DOC] [PATCH] several bug fix in livedocs > > Here is one more patch for livedocs. > It address the following issues: > * Fetch english entities if other's languages aren't avaliable; > * Small bug in load_xml_doc(): replace pre-defined entites before > bind_entities(); > * Re-writen make_function_link(): there was a problem because of DOM > extension; > * Fix problems of UpPeRcAsE IDs: turn everything lowercase > when building; > * Implemented forgotten &livedocs.published; entity. > > Nuno >
