<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -227,8 +227,8 @@ class helper_plugin_pagelist extends DokuWiki_Plugin {
 
         $this-&gt;_pageCell($id);    
         if ($this-&gt;column['date']) $this-&gt;_dateCell();
-        if ($this-&gt;column['user']) $this-&gt;_userCell($id);
-        if ($this-&gt;column['desc']) $this-&gt;_descCell($id);
+        if ($this-&gt;column['user']) $this-&gt;_userCell();
+        if ($this-&gt;column['desc']) $this-&gt;_descCell();
         foreach ($this-&gt;plugins as $plug =&gt; $col) {
             if ($this-&gt;column[$col]) $this-&gt;_pluginCell($plug, $col, $id);
         }
@@ -312,7 +312,7 @@ class helper_plugin_pagelist extends DokuWiki_Plugin {
     /**
      * User - page creator or contributors if not set otherwise
      */
-    function _userCell($id) {
+    function _userCell() {
         if (!array_key_exists('user', $this-&gt;page)) {
             if ($this-&gt;column['user'] == 2) {
                 $users = $this-&gt;_getMeta('contributor');
@@ -327,7 +327,7 @@ class helper_plugin_pagelist extends DokuWiki_Plugin {
     /**
      * Description - (truncated) auto abstract if not set otherwise
      */
-    function _descCell($id) {
+    function _descCell() {
         if (!array_key_exists('desc', $this-&gt;page)) {
             $desc = $this-&gt;_getMeta(array('description', 'abstract'));
         } else {</diff>
      <filename>helper.php</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>ded8b435780db48b431b13c5196af776dbae73f6</id>
    </parent>
  </parents>
  <author>
    <name>Michael Klier</name>
    <login>chimeric</login>
    <email>chi@chimeric.de</email>
  </author>
  <url>http://github.com/dokufreaks/plugin-pagelist/commit/53f75004d59d0ce33385a758e702937797c894b9</url>
  <id>53f75004d59d0ce33385a758e702937797c894b9</id>
  <committed-date>2009-04-27T13:23:12-07:00</committed-date>
  <authored-date>2009-04-27T13:23:12-07:00</authored-date>
  <message>minor cosmetical changes

darcs-hash:20090427202312-23886-04295f591dcfe04b791650573e0f3f784d8ad582.gz</message>
  <tree>1131b7bea60abc6d314fec6f3eeb59c0f7385fe9</tree>
  <committer>
    <name>Michael Klier</name>
    <login>chimeric</login>
    <email>chi@chimeric.de</email>
  </committer>
</commit>
