diff options
author | Bob Igo <bob@stormlogic.com> | 2009-02-19 22:52:10 (GMT) |
---|---|---|
committer | Bob Igo <bob@stormlogic.com> | 2009-02-19 22:52:10 (GMT) |
commit | 99939a25decef46644b18b140fac95e10d6ab81e (patch) | |
tree | 5f22e8739db8b7ba788d234c3dc210b051980d5b /abs/core-testing/tweaker | |
parent | 209d142377f16960386ba58f96a2e3191158a72f (diff) | |
download | linhes_pkgbuild-99939a25decef46644b18b140fac95e10d6ab81e.zip linhes_pkgbuild-99939a25decef46644b18b140fac95e10d6ab81e.tar.gz linhes_pkgbuild-99939a25decef46644b18b140fac95e10d6ab81e.tar.bz2 |
abs/core-testing/tweaker/bin/twk_general.pl
Diffstat (limited to 'abs/core-testing/tweaker')
-rwxr-xr-x | abs/core-testing/tweaker/bin/twk_general.pl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/abs/core-testing/tweaker/bin/twk_general.pl b/abs/core-testing/tweaker/bin/twk_general.pl index d62536f..0255852 100755 --- a/abs/core-testing/tweaker/bin/twk_general.pl +++ b/abs/core-testing/tweaker/bin/twk_general.pl @@ -450,7 +450,7 @@ sub implement_option { # # customexample table # - change_or_make_entry("customexample", [["fromclause", ""], ["whereclause", "program.category_type = \'movie\' AND program.airdate >= YEAR(DATE_SUB(NOW(), INTERVAL 1 YEAR)) AND program.stars > 0.5 "], ["search", "1"]], [["rulename", "New Flix"]]); + change_or_make_entry("customexample", [["fromclause", ""], ["whereclause", "program.category_type = \"movie\" AND program.airdate >= YEAR(DATE_SUB(NOW(), INTERVAL 1 YEAR)) AND program.stars > 0.5 "], ["search", "1"]], [["rulename", "New Flix"]]); # # As much of MythWeather as we can automate for now my $units = 0; @@ -529,8 +529,8 @@ sub implement_option { # # Websites for mythbrowser # - change_or_make_entry("websites", [["grp", "LinHeS"], ["dsc", ""], ["updated", ""]], [["url", "http://knoppmyth.net"]]); - change_or_make_entry("websites", [["grp", "LinHeS"], ["dsc", ""], ["updated", ""]], [["url", "http://knoppmythwiki.org"]]); + #change_or_make_entry("websites", [["grp", "LinHeS"], ["dsc", ""], ["updated", ""]], [["url", "http://knoppmyth.net"]]); + #change_or_make_entry("websites", [["grp", "LinHeS"], ["dsc", ""], ["updated", ""]], [["url", "http://knoppmythwiki.org"]]); disconnect_from_db(); |