Change in default values...

SVN:trunk[2067]
This commit is contained in:
Denis Flaven
2012-05-30 11:02:30 +00:00
parent 2f0d058bfc
commit 15a7517e4e

View File

@@ -357,7 +357,7 @@ abstract class DashletGroupBy extends Dashlet
public function __construct($sId)
{
parent::__construct($sId);
$this->aProperties['title'] = 'Hardcoded list of Contacts grouped by location';
$this->aProperties['title'] = 'Contacts grouped by location';
$this->aProperties['query'] = 'SELECT Contact';
$this->aProperties['group_by'] = 'location_name';
$this->aProperties['style'] = 'table';