From 50c4d7d8a463ef5fadb1756f64283df6612313ea Mon Sep 17 00:00:00 2001 From: Raymond Wagner Date: Mon, 17 Jun 2013 21:55:26 -0400 Subject: [PATCH] Fix misspelling in schema update 1312. This fixes a misspelling in the schema update to convert the old per-profile hardware profile setting to a global setting. Users who made the schema update prior to this commit will have to re-enable the hardware profiler manually. --- mythtv/libs/libmythtv/dbcheck.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mythtv/libs/libmythtv/dbcheck.cpp b/mythtv/libs/libmythtv/dbcheck.cpp index a73b39e9727..ce07f50e14b 100644 --- a/mythtv/libs/libmythtv/dbcheck.cpp +++ b/mythtv/libs/libmythtv/dbcheck.cpp @@ -2381,7 +2381,7 @@ NULL // Create a global enable/disable instead of one per-host // Any hosts previously running it mean all hosts do now "INSERT INTO `settings` (`value`, `hostname`, `data`)" -" SELECT 'HardwareProfileEnaled'," +" SELECT 'HardwareProfileEnabled'," " NULL," " IF((SELECT COUNT(1)" " FROM `settings`"