Skip to content

Commit

Permalink
re #3201, I hate namespaces sometimes
Browse files Browse the repository at this point in the history
  • Loading branch information
ex-nerd committed Oct 8, 2007
1 parent 18bc4bf commit 80a5d52
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nuvexport/nuv_export/ui.pm
Expand Up @@ -61,9 +61,9 @@ package nuv_export::ui;
# Filename specified on the command line -- extract the chanid and starttime
if (arg('infile')) {
# Try to pick out the chanid and starttime from the database
my $sh = $Myth->{'dbh'}->prepare('SELECT chanid, UNIX_TIMESTAMP(starttime)
FROM recorded
WHERE basename = ?');
my $sh = $Main::Myth->{'dbh'}->prepare('SELECT chanid, UNIX_TIMESTAMP(starttime)
FROM recorded
WHERE basename = ?');
if ($sh) {
# Look up the file, by basename
$rows = $sh->execute(basename(arg('infile')));
Expand Down

0 comments on commit 80a5d52

Please sign in to comment.