Merge branch 'master' of github.com:roundcube/roundcubemail

pull/19/head
Aleksander Machniak 12 years ago
commit 38ea9af1e6

@ -576,6 +576,10 @@ class rcube_db
return intval($input);
}
if (is_null($input)) {
return 'NULL';
}
// create DB handle if not available
if (!$this->dbh) {
$this->db_connect('r');

Loading…
Cancel
Save