Author Topic: SVN 1960 /program/include/rcube_mdb2.php revision  (Read 5204 times)

Offline dano

  • Full Member
  • ***
  • Posts: 124
SVN 1960 /program/include/rcube_mdb2.php revision
« on: October 09, 2008, 12:42:04 PM »
Just an FYI

This file was revised to add this code at lines 86 & 87:
Code: [Select]
   '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.