<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1 +1 @@
-2007-05-03
+2007-06-02</diff>
      <filename>VERSION</filename>
    </modified>
    <modified>
      <diff>@@ -28,7 +28,7 @@ function lastfm_xhtml($user,$chart,$limit,$dformat,$utc_offset,$cols,$imgonly) {
     };
 
     // apply limit
-    $data = array_slice($data,0,$limit);
+    if($chart != 'profile') $data = array_slice($data,0,$limit);
     
     print '&lt;table class=&quot;plugin_lastfm_chart plugin_lastfm_' . $chart . '&quot;&gt;' . DW_LF;
 
@@ -199,7 +199,6 @@ function lastfm_xhtml($user,$chart,$limit,$dformat,$utc_offset,$cols,$imgonly) {
             break;
 
         case 'profile':
-            //print_r($data);
             print '&lt;a href=&quot;' . $data['url'] . '&quot; title=&quot;' . $user . '&quot;&gt;' . DW_LF;
             print '  &lt;img src=&quot;' . $data['avatar'] . '&quot; alt=&quot;' . $user . '&quot; /&gt;' . DW_LF;
             print '&lt;/a&gt;' . DW_LF;</diff>
      <filename>inc/lastfmutils.php</filename>
    </modified>
    <modified>
      <diff>@@ -50,7 +50,7 @@ class syntax_plugin_lastfm extends DokuWiki_Syntax_Plugin {
         return array(
             'author' =&gt; 'Michael Klier (chi)',
             'email'  =&gt; 'chi@chimeric.de',
-            'date'   =&gt; '2007-05-03',
+            'date'   =&gt; '2007-06-02',
             'name'   =&gt; 'LastFm',
             'desc'   =&gt; 'Displays lastfm statistics for a given user',
             'url'    =&gt; 'http://www.chimeric.de/projects/dokuwiki/plugin/lastfm'</diff>
      <filename>syntax.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6426971b44741582c776668d8b9549ec58c40faf</id>
    </parent>
  </parents>
  <author>
    <name>Michael Klier</name>
    <login>chimeric</login>
    <email>chi@chimeric.de</email>
  </author>
  <url>http://github.com/chimeric/dokuwiki-plugin-lastfm/commit/bdc5ff3315c41c99f3c4cb285fef73e29ea30838</url>
  <id>bdc5ff3315c41c99f3c4cb285fef73e29ea30838</id>
  <committed-date>2007-06-02T02:06:04-07:00</committed-date>
  <authored-date>2007-06-02T02:06:04-07:00</authored-date>
  <message>fixed bug with profile option

darcs-hash:20070602090604-23886-d4135243ffabb3ebee641d1b99d99c413817b155.gz</message>
  <tree>93947772d5f55ac1f0ee0c2ad12ca1982d453183</tree>
  <committer>
    <name>Michael Klier</name>
    <login>chimeric</login>
    <email>chi@chimeric.de</email>
  </committer>
</commit>
