Closed (fixed)
Project:
CMIS Alfresco
Version:
6.x-2.1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Oct 2009 at 23:03 UTC
Updated:
11 Nov 2009 at 17:42 UTC
To fix this, I included the line:
$header = array(t('Name'), t('Author'), t('Size'), t('Score'));
in
cmis_alfresco.module
before
$contents .= theme('table', $header, $rows);
around line 156
Comments
Comment #1
cbalan commentedThank you drupal_newb. Issue fixed in 6.x-2.x-dev.
Closing this issue.