From 7af32a95bb7816787516968638b1b80e1a77180d Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Wed, 17 Apr 2013 11:36:21 -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 d49056c..9104a85 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