summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem.moulin@ens-lyon.org>2012-03-01 23:40:31 +0100
committerGuilhem Moulin <guilhem.moulin@ens-lyon.org>2012-03-01 23:40:31 +0100
commita18fb4c2f3638d60cb16e498612db490430a5c0e (patch)
tree35556b62c66f4cd393f422dbed5e967e771f6215
parent89dd3a69d356966e99f73edace9e0408463055d0 (diff)
bell
-rwxr-xr-xvideoadd.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/videoadd.pl b/videoadd.pl
index 22d5c85..765ed34 100755
--- a/videoadd.pl
+++ b/videoadd.pl
@@ -528,7 +528,7 @@ unless ( defined $ignoredb_flag ) {
$sth_insgenre->finish;
}
- print "\b" or die "Can't print: $!";
+ print "\a" or die "Can't print: $!";
print LOG "Check it out! ", $config{url}. "/show.php?id=" .$id, "\n"
or die "Can't print: $!";
}