mirror of
https://github.com/vrana/adminer.git
synced 2025-08-15 11:04:02 +02:00
Move is_c_style_escapes to Min_Driver
This commit is contained in:
@@ -193,4 +193,11 @@ function get_driver($id) {
|
||||
function tableHelp($name) {
|
||||
}
|
||||
|
||||
/** Check if C-style escapes are supported
|
||||
* @return bool
|
||||
*/
|
||||
function hasCStyleEscapes() {
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user