Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
lolo888
ISPConfig 3
Commits
63d69244
Commit
63d69244
authored
Nov 20, 2013
by
Till Brehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed debug code.
parent
5a35aa4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
interface/web/client/client_edit.php
interface/web/client/client_edit.php
+0
-1
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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