From f3e82fcd8786ce38c5ba694e164454e414bebd64 Mon Sep 17 00:00:00 2001 From: Jagadedes Date: Mon, 3 Nov 2014 10:05:34 +0530 Subject: [PATCH] removed debug echo --- CRM/Wci/Form/CreateWidget.php | 1 - 1 file changed, 1 deletion(-) diff --git a/CRM/Wci/Form/CreateWidget.php b/CRM/Wci/Form/CreateWidget.php index 934d9e2..800cf17 100644 --- a/CRM/Wci/Form/CreateWidget.php +++ b/CRM/Wci/Form/CreateWidget.php @@ -272,7 +272,6 @@ where w.id=" . $this->_id;*/ $transaction->commit(); if(isset($_REQUEST['_qf_CreateWidget_next'])) { - echo "before"; (isset($this->_id)) ? $widget_id = $this->_id : $widget_id = CRM_Core_DAO::singleValueQuery('SELECT LAST_INSERT_ID()'); CRM_Utils_System::redirect('?action=update&reset=1&id=' . $widget_id); -- 2.25.1