> 
> #-- .meta info
> include("../plugins/lib/pluginmetadata.php");
> $_cached = !empty($_POST);
> ewiki_pmd($_cached);
> #-- defaults for the separately handled database settings in $db[]
> if (!($db = $_REQUEST["db"])) {
> $db = array("type" => NULL,
> "server" => "localhost",
> "dbname" => "test",
> "table" => "ewiki",
> "dir" => "/tmp",
> "dba" => "/tmp/wiki.dbm",
> );
> }
> ....
> 
> 
> 
> NULL, and the following text is displayed in browser
> Who knows how to change this behavior?

I don't know if this will fix your problem, but you have an extraneous comma
after'"dba" => "/tmp/wiki.dbm",'.  Also try enclosing NULL in quotes and see
if your problem goes away.

JM

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to