From c07ea5d5d4d94db4b8b4d98b2e5d2b7f72031d9d Mon Sep 17 00:00:00 2001 From: Kevin James 'purdyk' Purdy Date: Tue, 2 Dec 2008 19:26:55 +0000 Subject: Fixed typo in playlist xml. --- lib/class/xmldata.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/class/xmldata.class.php') diff --git a/lib/class/xmldata.class.php b/lib/class/xmldata.class.php index 5a1e89bb..1fc7bc2e 100644 --- a/lib/class/xmldata.class.php +++ b/lib/class/xmldata.class.php @@ -222,7 +222,7 @@ class xmlData { // Build this element $string .= "id\">\n" . "\tname]]>\n" . - "\tf_user]]\n" . + "\tf_user]]>\n" . "\t$item_total\n" . "\t$playlist->type\n" . "\n"; -- cgit