alecpl
2008-06-23 3e84834f48eb228bd89ea77cbc404191d7d0c788
- fixed get_sequence_name()


1 files modified
6 ■■■■ changed files
program/include/main.inc 6 ●●●● patch | view | raw | blame | history
program/include/main.inc
@@ -77,13 +77,13 @@
    {
    $db = &rcmail::get_instance()->db;
    if($db->db_provider=='pgsql') // just for sure
    if ($db->db_provider=='pgsql' && is_a($db, 'rcube_mdb2'))
      {
      $db->db_handle->setOption('disable_smart_seqname', true);
      $db->db_handle->setOption('seqname_format', '%s');
      }
      }
  
    return $CONFIG[$opt];
    return $opt;
    }
    
  return $sequence;