]> git.donarmstrong.com Git - roundcube.git/blob - debian/patches/too-old-mdb2.patch
Imported Debian patch 0.5.2+dfsg-1
[roundcube.git] / debian / patches / too-old-mdb2.patch
1 Don't use disable_smart_seqname which is not present in our version of MDB2.
2
3 --- roundcube-0.2~stable/program/include/rcube_mdb2.php 2008-10-14 14:49:44.000000000 +0200
4 +++ roundcube-0.2~stable-patched/program/include/rcube_mdb2.php 2009-03-11 11:16:43.000000000 +0100
5 @@ -86,7 +86,8 @@
6          'portability' => MDB2_PORTABILITY_ALL ^ MDB2_PORTABILITY_EMPTY_TO_NULL);
7  
8      if ($this->db_provider == 'pgsql') {
9 -      $db_options['disable_smart_seqname'] = true;
10 +    // commented out due toa php-mdb2-driver-pgsql < 1.5.0a in debian 
11 +    //  $db_options['disable_smart_seqname'] = true;
12        $db_options['seqname_format'] = '%s';
13      }
14