Hi!
I found a syntax in program/lib/MDB2/Driver/Manager/fbsql.php. Use the following patch to fix it.
-snip- Index: fbsql.php =================================================================== RCS file: /cvsroot/roundcubemail/roundcubemail/program/lib/MDB2/Driver/Manager/fbsql.php,v retrieving revision 1.1 diff -u -r1.1 fbsql.php --- fbsql.php 27 Oct 2005 13:40:37 -0000 1.1 +++ fbsql.php 30 Oct 2005 08:26:47 -0000 @@ -478,7 +478,6 @@ * @return mixed data array on success, a MDB2 error on failure * @access public */
*/
function listTableIndexes($table)
{
$db =& $this->getDBInstance();
-/snip-
Cu, Gunnar