/[BackupPC]/trunk/lib/BackupPC/CGI/BurnMedia.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk/lib/BackupPC/CGI/BurnMedia.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 5 by dpavlin, Wed Jun 22 19:22:51 2005 UTC revision 6 by dpavlin, Thu Jun 23 09:47:59 2005 UTC
# Line 12  sub action() Line 12  sub action()
12        my $title;        my $title;
13        my $subtitle;        my $subtitle;
14        my @files;        my @files;
15        my $dbh = DBI->connect( "dbi:SQLite:dbname=$Conf{SearchDB}",        my $dbh = DBI->connect( "dbi:SQLite:dbname=$TopDir/$Conf{SearchDB}",
16          "", "", { RaiseError => 1, AutoCommit => 1 } );          "", "", { RaiseError => 1, AutoCommit => 1 } );
17    
18        BackupPC::CGI::Lib::NewRequest();        BackupPC::CGI::Lib::NewRequest();

Legend:
Removed from v.5  
changed lines
  Added in v.6

  ViewVC Help
Powered by ViewVC 1.1.26