minor change

This commit is contained in:
tomas 2005-02-09 22:39:57 +00:00
parent fe15dbd069
commit 80875c8e6b
1 changed files with 1 additions and 1 deletions

View File

@ -20,6 +20,6 @@ function errCallBack($err)
$dbc = DB::connect($config['dsn'], TRUE);
$dbc->setFetchMode(DB_FETCHMODE_ASSOC);
$gb = &new GreenBox(&$dbc, $config);
$gb = &new GreenBox($dbc, $config);
?>