Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
François GrizzlyDev
ISPConfig 3
Commits
63d69244
Commit
63d69244
authored
Nov 20, 2013
by
Till Brehm
Browse files
Removed debug code.
parent
5a35aa4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/web/client/client_edit.php
View file @
63d69244
...
...
@@ -207,7 +207,6 @@ class page_action extends tform_actions {
//* 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'
]);
}
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment