From 15a7517e4e8dee3b38c31878ab35c5a51e3a7dbc Mon Sep 17 00:00:00 2001 From: Denis Flaven Date: Wed, 30 May 2012 11:02:30 +0000 Subject: [PATCH] Change in default values... SVN:trunk[2067] --- application/dashlet.class.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/dashlet.class.inc.php b/application/dashlet.class.inc.php index 1429a38e9..fbb038641 100644 --- a/application/dashlet.class.inc.php +++ b/application/dashlet.class.inc.php @@ -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';