From 66688aeea7d25723bbfa2b09f7135c61ad5894b2 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Sun, 5 Nov 2006 22:33:02 +0000 Subject: stupid php --- lib/class/tmp_playlist.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/class/tmp_playlist.class.php b/lib/class/tmp_playlist.class.php index eea57066..e82036f3 100644 --- a/lib/class/tmp_playlist.class.php +++ b/lib/class/tmp_playlist.class.php @@ -42,7 +42,7 @@ class tmpPlaylist { * This takes a playlist_id as an optional argument and gathers the information * if not playlist_id is passed returns false (or if it isn't found */ - function tmpPlaylist($playlist_id = 0) { + function tmpPlaylist($playlist_id='') { if (!$playlist_id) { return false; } -- cgit