Fatal error: Call to undefined function: quote()

Todd Mortensen Todd.Mortensen@veritas.com
Tue, 25 Sep 2001 21:52:43 -0700


I have just setup Kronolith to use sql as its driver but get this error.
Anyone seen it before?

Fatal error: Call to undefined function: quote() in
/web/htdocs/test.domain.com/horde/kronolith/lib/Driver/sql.php on line 112

Here is my conf.php

$conf['calendar']['driver'] = 'sql';
$conf['calendar']['params'] = array(
     'phptype'       => 'mysql',
     'hostspec'      => 'localhost',
     'protocol'      => 'unix',
     'username'      => 'hordeuser',
     'password'      => 'XXXXXXX',
     'database'      => 'hordecvs',
     'port'          => '3306',
     'table'         => 'kronolith_events'
);


Todd G. Mortensen
Veritas Software, Inc.
Phone: (602) 391-9096
Fax:     (413) 460-6773
<Todd.Mortensen@veritas.com>