diff options
Diffstat (limited to 'videorm.pl')
-rwxr-xr-x | videorm.pl | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -172,6 +172,7 @@ if (defined $config{dbi_misc}) { } my $dbh = DBI->connect($dsn, $config{user}, $config{password}) or die "Can't connect do database.\n"; +$dbh->do( "SET NAMES UTF8" ) or die "Error: Can't set names to UTF-8.\n"; # Lookup for the file in the videodb database my $res = $dbh->selectall_arrayref ( "SELECT id FROM $config{prefix}videodata WHERE filename = ?", |