Ignore:
Timestamp:
Oct 14, 2008 8:49:44 AM (5 years ago)
Author:
thomasb
Message:

Set postgres-specific schema options + fix indentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_mdb2.php

    r1971 r1978  
    8787 
    8888    if ($this->db_provider == 'pgsql') { 
    89         $db_options['disable_smart_seqname'] = true; 
    90         $db_options['seqname_format'] = '%s'; 
    91       } 
     89      $db_options['disable_smart_seqname'] = true; 
     90      $db_options['seqname_format'] = '%s'; 
     91    } 
    9292 
    9393    $dbh = MDB2::connect($dsn, $db_options); 
Note: See TracChangeset for help on using the changeset viewer.