From 63d692444283c8d1e82efee122f2b46a70f0f073 Mon Sep 17 00:00:00 2001 From: Till Brehm <tbrehm@ispconfig.org> Date: Wed, 20 Nov 2013 13:11:14 -0500 Subject: [PATCH] Removed debug code. --- interface/web/client/client_edit.php | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/interface/web/client/client_edit.php b/interface/web/client/client_edit.php index b98a368..52b7020 100644 --- a/interface/web/client/client_edit.php +++ b/interface/web/client/client_edit.php @@ -207,7 +207,6 @@ //* save new counter value $customer_no_counter = $app->functions->intval($reseller['customer_no_counter']+1); $app->db->query("UPDATE client SET customer_no_counter = $customer_no_counter WHERE client_id = ".$app->functions->intval($reseller['client_id'])); - echo "UPDATE client SET customer_no_counter = $customer_no_counter WHERE client_id = ".$app->functions->intval($reseller['client_id']); } } } -- Gitblit v1.9.1