瀏覽代碼

Change in default values...

git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@2067 a333f486-631f-4898-b8df-5754b55c2be0
dflaven 13 年之前
父節點
當前提交
45b67e7590
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      application/dashlet.class.inc.php

+ 1 - 1
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';