Skip to content

Commit f994bd0

Browse files
committed
minor fixes
1 parent cb4be3c commit f994bd0

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed
Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
11
<?php
22
/*********************************************************************************
3-
* This file is part of QuickCRM Mobile Pro.
4-
* QuickCRM Mobile Pro is a mobile client for SugarCRM
5-
*
6-
* Author : NS-Team (http://www.quickcrm.fr/mobile)
7-
* All rights (c) 2011 by NS-Team
3+
* This file is part of QuickCRM Mobile CE.
4+
* QuickCRM Mobile CE is a mobile client for SugarCRM
5+
*
6+
* Author : NS-Team (http://www.ns-team.fr)
7+
*
8+
* QuickCRM Mobile CE is licensed under GNU General Public License v3 (GPLv3)
89
*
9-
* This Version of the QuickCRM Mobile Pro is licensed software and may only be used in
10-
* alignment with the License Agreement received with this Software.
11-
* This Software is copyrighted and may not be further distributed without
12-
* witten consent of NS-Team
13-
*
1410
* You can contact NS-Team at NS-Team - 55 Chemin de Mervilla - 31320 Auzeville - France
15-
* or via email at quickcrm@ns-team.fr
16-
*
11+
* or via email at infos@ns-team.fr
12+
*
1713
********************************************************************************/
1814

1915
$admin_option_defs=array();
2016
$admin_option_defs['Administration']['quickcrm_update']= array('Administration','LBL_UPDATE_QUICKCRM_TITLE','LBL_UPDATE_QUICKCRM','./index.php?module=Administration&action=updatequickcrm');
21-
$admin_group_header[]= array('LBL_QUICKCRM','',false,$admin_option_defs, '');
17+
18+
19+
$admin_option_defs['Administration'] = array_merge((array)$admin_group_header[1][3]['Administration'],(array)$admin_option_defs['Administration']);
20+
21+
$admin_group_header[1]= array('LBL_ADMINISTRATION_HOME_TITLE','',false,$admin_option_defs, 'LBL_ADMINISTRATION_HOME_DESC');
22+
2223

2324

2425
?>

0 commit comments

Comments
 (0)