Skip to content

Commit 78ca39b

Browse files
committed
Removed db_set_charset() from Interbase driver (no longer needed)
1 parent 00df2e3 commit 78ca39b

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

system/database/drivers/interbase/interbase_driver.php

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -114,21 +114,6 @@ public function db_select()
114114

115115
// --------------------------------------------------------------------
116116

117-
/**
118-
* Set client character set
119-
*
120-
* @param string
121-
* @param string
122-
* @return bool
123-
*/
124-
public function db_set_charset($charset, $collation)
125-
{
126-
// Must be determined at connection
127-
return TRUE;
128-
}
129-
130-
// --------------------------------------------------------------------
131-
132117
/**
133118
* Version number query string
134119
*

0 commit comments

Comments
 (0)