diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-13 16:38:29 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-12-13 16:38:29 +0000 |
commit | 454003fa93f4d511694fc7234d2f769194b13ede (patch) | |
tree | cef295906e709c2298507b56e90e94d1ceeca419 /modules | |
parent | 9526a97fb0fab7d41b44a38f7a942f260e282680 (diff) | |
download | ampache-454003fa93f4d511694fc7234d2f769194b13ede.tar.gz ampache-454003fa93f4d511694fc7234d2f769194b13ede.tar.bz2 ampache-454003fa93f4d511694fc7234d2f769194b13ede.zip |
minor typo in mpd controller prevented it from being enabled
Diffstat (limited to 'modules')
-rw-r--r-- | modules/localplay/mpd.controller.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/localplay/mpd.controller.php b/modules/localplay/mpd.controller.php index 9a668219..b01eac00 100644 --- a/modules/localplay/mpd.controller.php +++ b/modules/localplay/mpd.controller.php @@ -92,7 +92,7 @@ class AmpacheMpd extends localplay_controller { "`port` INT( 11 ) UNSIGNED NOT NULL DEFAULT '6600', " . "`password` VARCHAR( 255 ) COLLATE utf8_unicode_ci NOT NULL , " . "`access` SMALLINT( 4 ) UNSIGNED NOT NULL DEFAULT '0'" . - ") ENGINE = MYISAM DEFAULT CHARSET=ut8 COLLATE=utf8_unicode_ci"; + ") ENGINE = MYISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci"; $db_results = Dba::query($sql); // Add an internal preference for the users current active instance |