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:
eaf4d48
)
Debugmeldungen
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 15 Feb 2007 13:32:37 +0000
(13:32 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Thu, 15 Feb 2007 13:32:37 +0000
(13:32 +0000)
SL/AM.pm
patch
|
blob
|
history
diff --git
a/SL/AM.pm
b/SL/AM.pm
index
e0b983a
..
440329d
100644
(file)
--- a/
SL/AM.pm
+++ b/
SL/AM.pm
@@
-2423,8
+2423,6
@@
sub swap_units {
qq|ORDER BY sortkey | . ($dir eq "down" ? "ASC" : "DESC") . qq| LIMIT 1|;
my ($sortkey_2) = selectrow_query($form, $dbh, $query, $sortkey_1, $unit_type);
- $main::lxdebug->message(0, "name1 $name_1 dir $dir sk1 $sortkey_1 sk2 $sortkey_2");
-
if (defined($sortkey_1)) {
$query = qq|SELECT name FROM units WHERE sortkey = ${sortkey_2}|;
my ($name_2) = selectrow_query($form, $dbh, $query);