diff options
author | Guilhem Moulin <guilhem.moulin@ens-lyon.org> | 2012-03-01 23:40:31 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@ens-lyon.org> | 2012-03-01 23:40:31 +0100 |
commit | a18fb4c2f3638d60cb16e498612db490430a5c0e (patch) | |
tree | 35556b62c66f4cd393f422dbed5e967e771f6215 | |
parent | 89dd3a69d356966e99f73edace9e0408463055d0 (diff) |
bell
-rwxr-xr-x | videoadd.pl | 2 |
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: $!"; } |