diff options
author | Guilhem Moulin <guilhem.moulin@ens-lyon.org> | 2012-03-01 22:53:35 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@ens-lyon.org> | 2012-03-01 22:53:35 +0100 |
commit | 6e4cdb7607765f5219ffca52f4368a186c72eb00 (patch) | |
tree | cb2a55ce8b31beb787d8f74007eb52c42597fd54 | |
parent | 304ae35a96866a0fabaa71a4c6a5933ca0892486 (diff) |
wibble
-rwxr-xr-x | videoadd.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/videoadd.pl b/videoadd.pl index 589670f..03c39eb 100755 --- a/videoadd.pl +++ b/videoadd.pl @@ -636,8 +636,7 @@ sub code2lang { sub mkcast { no warnings 'uninitialized'; - my $s = $_->{name}. '::' .$_->{role}. '::imdb:' .$_->{id}; - return $s; + return $_->{name}. '::' .$_->{role}. '::imdb:' .$_->{id}; } # Try to find a matching entry in the database. |