Roundcube Community Forum

 

SVN 1960 /program/include/rcube_mdb2.php revision

Started by dano, October 09, 2008, 12:42:04 PM

Previous topic - Next topic

dano

Just an FYI

This file was revised to add this code at lines 86 & 87:    'disable_smart_seqname' => true,     // for postgresql
    'seqname_format' => '%s',        // for postgresql
This gave me a could not connect to database error with a MySQL database.  Once I had commented the lines out everything worked.