projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f414f3c
)
Debugcode entfernt.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 30 Jul 2007 10:53:29 +0000
(10:53 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Mon, 30 Jul 2007 10:53:29 +0000
(10:53 +0000)
SL/AM.pm
patch
|
blob
|
history
diff --git
a/SL/AM.pm
b/SL/AM.pm
index
bfc3310
..
ced501d
100644
(file)
--- a/
SL/AM.pm
+++ b/
SL/AM.pm
@@
-1128,8
+1128,6
@@
sub swap_sortkeys {
(SELECT sortkey FROM $table WHERE id = ?) AS sortkey2|;
my @values = ($form->{"id1"}, $form->{"id2"});
my @sortkeys = selectrow_query($form, $dbh, $query, @values);
- $main::lxdebug->dump(0, "v", \@values);
- $main::lxdebug->dump(0, "s", \@sortkeys);
$query = qq|UPDATE $table SET sortkey = ? WHERE id = ?|;
my $sth = $dbh->prepare($query);