File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -61,9 +61,10 @@ package mythtv::recordings;
6161 $video_dir =~ s /\/ +$// ;
6262
6363 # Try a basename file search
64+ my $rows ;
6465 $sh = $dbh -> prepare(' SELECT *, basename FROM recorded' );
6566 if ($sh ) {
66- my $rows = $sh -> execute();
67+ $rows = $sh -> execute();
6768 }
6869 if (defined $rows ) {
6970 while ($file = $sh -> fetchrow_hashref()) {
Original file line number Diff line number Diff line change 55# $Author$
66
77# Version
8- $VERSION = ' 0.2 0.20051020 .svn' ;
8+ $VERSION = ' 0.2 0.20051106 .svn' ;
99
1010# Autoflush buffers
1111 $| ++;
Original file line number Diff line number Diff line change 44
55Name: nuvexport
66Version: 0.2
7- Release: 0.20051020 .svn
7+ Release: 0.20051106 .svn
88License: GPL
99Summary: mythtv nuv video file conversion script
1010URL: http://forevermore.net/nuvexport/
You can’t perform that action at this time.
0 commit comments