diff --git a/lastfmrss-working.php b/lastfmrss-working.php index e4d48d6..a628c63 100644 --- a/lastfmrss-working.php +++ b/lastfmrss-working.php @@ -6,6 +6,7 @@ // Optionally set the default Last.fm username and real name $user = ''; $name = ''; +$size = ''; if (isset($_GET['user'])) { $user = urlencode ($_GET['user']);