Changeset b66d407 in github


Ignore:
Timestamp:
Dec 20, 2006 9:07:46 AM (6 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
f91a499
Parents:
2bca6e1
Message:

Set charset to MDB2 database connection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_mdb2.inc

    rbad419c rb66d407  
    105105                        'message' => $dbh->getMessage()), TRUE, FALSE); 
    106106      } 
    107  
    108107    else if ($this->db_provider=='sqlite') 
    109108      { 
     
    112111        $this->_sqlite_create_database($dbh, $this->sqlite_initials); 
    113112      } 
     113    else 
     114      $dbh->setCharset('utf8'); 
    114115 
    115116    return $dbh; 
Note: See TracChangeset for help on using the changeset viewer.