From c465ee1e0654aac8e944dcffaa831447be37f01f Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Wed, 17 Apr 2013 11:37:05 -0400 Subject: [PATCH] Fix typo simpleEscape -> escapeSimple --- program/lib/Roundcube/rcube_db.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/lib/Roundcube/rcube_db.php b/program/lib/Roundcube/rcube_db.php index 48f0ef9..a9163cb 100644 --- a/program/lib/Roundcube/rcube_db.php +++ b/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); } -- Gitblit v1.9.1