diff options
author | Frédéric Guillot <fred@kanboard.net> | 2014-10-19 14:45:34 -0400 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2014-10-19 14:45:34 -0400 |
commit | c1c4d8380e6e1a2fb5eeed2e3051f2507a68614e (patch) | |
tree | 50c8e4147856afa6cd30a081564cbe1220808e55 /vendor/PicoDb/Drivers/Mysql.php | |
parent | 4da627d1beff2a7a775f1075237ea5721b478e39 (diff) |
Update PicoDb
Diffstat (limited to 'vendor/PicoDb/Drivers/Mysql.php')
-rw-r--r-- | vendor/PicoDb/Drivers/Mysql.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/PicoDb/Drivers/Mysql.php b/vendor/PicoDb/Drivers/Mysql.php index 22277a01..96148a1c 100644 --- a/vendor/PicoDb/Drivers/Mysql.php +++ b/vendor/PicoDb/Drivers/Mysql.php @@ -70,7 +70,6 @@ class Mysql extends \PDO { public function escapeIdentifier($value) { - if (strpos($value, '.') !== false) return $value; return '`'.$value.'`'; } }
\ No newline at end of file |