Hi! I'm using 5.1 sugarCRM

In all my dashlets the links to related modules are not working.
On Contact's module I click on the Account_name link and it takes me to the contact record.
Any ideas on this one?

Mu source code on /opt/sugarcrm-5.1.0/htdocs/sugarcrm/modules/Contacts/Dashlets/MyContactsDashlet/MyContactsDashlet.data.php

Code:
 'account_name' => array('width' => '20',
                                                                             'label' => 'LBL_ACCOUNT_NAME',
                                                                             'sortable' => false,
                                                                             'link' => true,
                                                                             'id' => 'account_id',
                                                                             'ACLTag' => 'ACCOUNT'),