From 65225262f6bb524b93feb49178509cada3390ee3 Mon Sep 17 00:00:00 2001 From: Kyle Francis <franck6@rpi.edu> Date: Sat, 02 Apr 2016 18:33:17 -0400 Subject: [PATCH] Merge remote-tracking branch 'origin/master' into compose_focus --- program/lib/Roundcube/rcube_contacts.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/lib/Roundcube/rcube_contacts.php b/program/lib/Roundcube/rcube_contacts.php index 5ac5759..c9c01e4 100644 --- a/program/lib/Roundcube/rcube_contacts.php +++ b/program/lib/Roundcube/rcube_contacts.php @@ -707,7 +707,7 @@ $this->result = null; // clear current result (from get_record()) } - return $updated ? true : false; + return !empty($updated); } /** -- Gitblit v1.9.1