summaryrefslogtreecommitdiffstats
path: root/abs/core/mythtv/old/stable-0.21/mythweb/patch/mythweb.pl.diff
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2011-11-06 22:08:43 (GMT)
committerJames Meyer <james.meyer@operamail.com>2011-11-06 22:08:43 (GMT)
commit7b658e2f4f9fa8c3cffa92a2359d904c30709598 (patch)
tree13c653c0fb35a44c2619b97c4579667bb8a3ff93 /abs/core/mythtv/old/stable-0.21/mythweb/patch/mythweb.pl.diff
parentdf96ab68ee288fd64c74b3e4957dc80669b9933d (diff)
downloadlinhes_pkgbuild-7b658e2f4f9fa8c3cffa92a2359d904c30709598.zip
linhes_pkgbuild-7b658e2f4f9fa8c3cffa92a2359d904c30709598.tar.gz
linhes_pkgbuild-7b658e2f4f9fa8c3cffa92a2359d904c30709598.tar.bz2
remove old mythtv builds.
Diffstat (limited to 'abs/core/mythtv/old/stable-0.21/mythweb/patch/mythweb.pl.diff')
-rw-r--r--abs/core/mythtv/old/stable-0.21/mythweb/patch/mythweb.pl.diff23
1 files changed, 0 insertions, 23 deletions
diff --git a/abs/core/mythtv/old/stable-0.21/mythweb/patch/mythweb.pl.diff b/abs/core/mythtv/old/stable-0.21/mythweb/patch/mythweb.pl.diff
deleted file mode 100644
index 6dcbf99..0000000
--- a/abs/core/mythtv/old/stable-0.21/mythweb/patch/mythweb.pl.diff
+++ /dev/null
@@ -1,23 +0,0 @@
-*** mythweb-unpatched.pl 2009-06-02 14:55:24.011861459 -0400
---- mythweb.pl 2009-06-02 14:56:24.386441304 -0400
-***************
-*** 49,57 ****
-
- # Connect to the database
- END { $dbh->disconnect() if ($dbh); }
-! our $dbh = DBI->connect("dbi:mysql:database=$ENV{'db_name'}:host=$ENV{'db_server'}",
-! $ENV{'db_login'},
-! $ENV{'db_password'});
- unless ($dbh) {
- print header(),
- "Cannot connect to database: $!\n\n";
---- 49,57 ----
-
- # Connect to the database
- END { $dbh->disconnect() if ($dbh); }
-! our $dbh = DBI->connect("dbi:mysql:database=$ENV{'DB_NAME'}:host=$ENV{'DB_SERVER'}",
-! $ENV{'DB_LOGIN'},
-! $ENV{'DB_PASSWORD'});
- unless ($dbh) {
- print header(),
- "Cannot connect to database: $!\n\n";