summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rwxr-xr-xlib/RHRD/rddb.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/RHRD/rddb.pm b/lib/RHRD/rddb.pm
index e29cde1..02cd457 100755
--- a/lib/RHRD/rddb.pm
+++ b/lib/RHRD/rddb.pm
@@ -1223,7 +1223,7 @@ sub create_show_log
my @carts = ();
for my $cart (@{$ctx->{'config'}{'shows'}{'logprefix'}}) {
- push @carts, { NUMBER => $cart, START_TIME => 0, TRANS_TYPE => 2 };
+ push @carts, { NUMBER => $cart, START_TIME => 0, TRANS_TYPE => 1 };
}
for my $cart ($low_cart .. $high_cart) {
push @carts, { NUMBER => $cart, START_TIME => 0, TRANS_TYPE => 0 };