File tree 4 files changed +10
-10
lines changed 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<extension type =" component" version =" 3.0" method =" upgrade" >
3
3
<name >com_hierarchy</name >
4
- <creationDate >22nd Oct 2019 </creationDate >
5
- <copyright >Copyright (C) 2016 - 2019 Techjoomla. All rights reserved.</copyright >
4
+ <creationDate >22nd Jul 2021 </creationDate >
5
+ <copyright >Copyright (C) 2016 - 2021 Techjoomla. All rights reserved.</copyright >
6
6
<license >http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license >
7
7
<author >Techjoomla</author >
8
8
<authorEmail >extensions@techjoomla.com</authorEmail >
9
9
<authorUrl >https://techjoomla.com</authorUrl >
10
- <version >1.1.2 </version >
10
+ <version >1.1.3 </version >
11
11
<description >This tool will let the admin set a ‘Reports to’ field for each user in the system. This will be updated en masse using a CSV</description >
12
12
13
13
<install > <!-- Runs on install -->
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<extension version =" 3.4" type =" plugin" group =" actionlog" method =" upgrade" >
3
3
<name >plg_actionlog_hierarchy</name >
4
- <version >1.1.2 </version >
5
- <creationDate >22nd Oct 2019 </creationDate >
4
+ <version >1.1.3 </version >
5
+ <creationDate >22nd Jul 2021 </creationDate >
6
6
<author >Techjoomla</author >
7
7
<authorEmail >extensions@techjoomla.com</authorEmail >
8
8
<authorUrl >https://techjoomla.com</authorUrl >
9
- <copyright >Copyright (C) 2016 - 2019 Techjoomla. All rights reserved.</copyright >
9
+ <copyright >Copyright (C) 2016 - 2021 Techjoomla. All rights reserved.</copyright >
10
10
<license >http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license >
11
11
<description >PLG_ACTIONLOG_HIERARCHY_XML_DESCRIPTION</description >
12
12
<files >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<extension version =" 3.4" type =" plugin" group =" privacy" method =" upgrade" >
3
3
<name >plg_privacy_hierarchy</name >
4
- <version >1.1.2 </version >
5
- <creationDate >22nd Oct 2019 </creationDate >
4
+ <version >1.1.3 </version >
5
+ <creationDate >22nd Jul 2021 </creationDate >
6
6
<author >Techjoomla</author >
7
7
<authorEmail >extensions@techjoomla.com</authorEmail >
8
8
<authorUrl >https://techjoomla.com</authorUrl >
9
- <copyright >Copyright (C) 2016 - 2019 Techjoomla. All rights reserved.</copyright >
9
+ <copyright >Copyright (C) 2016 - 2021 Techjoomla. All rights reserved.</copyright >
10
10
<license >http://www.gnu.org/licenses/gpl-2.0.html GNU/GPL</license >
11
11
<description >PLG_PRIVACY_HIERARCHY_XML_DESCRIPTION</description >
12
12
<files >
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ public function installSqlFiles($parent)
118
118
{
119
119
$ query = trim ($ query );
120
120
121
- if ($ query != '' && $ query{ 0 } != '# ' )
121
+ if ($ query != '' && $ query[ 0 ] != '# ' )
122
122
{
123
123
$ db ->setQuery ($ query );
124
124
You can’t perform that action at this time.
0 commit comments