program/lib/Roundcube/rcube_db.php | ●●●●● patch | view | raw | blame | history |
program/lib/Roundcube/rcube_db.php
@@ -656,7 +656,7 @@ * @deprecated Replaced by rcube_db::quote * @see rcube_db::quote */ public function simpleEscape($str) public function escapeSimple($str) { return $this->quote($str); }