Skip to content
Snippets Groups Projects
Commit 0016cd03 authored by Reinhold Kainhofer's avatar Reinhold Kainhofer
Browse files

V1.1: Fixed wrong xml file and php warnings

parent c2c5d85f
Branches
Tags
No related merge requests found
......@@ -8,8 +8,8 @@
**/
defined( '_JEXEC' ) or die( 'Restricted access' );
$db = &JFactory::getDBO();
$lang = &JFactory::getLanguage();
$db = JFactory::getDBO();
$lang = JFactory::getLanguage();
$langtag = $lang->get('tag');
$dblangtag = strtolower(str_replace( '-' , '_' , $langtag ) );
......
......@@ -8,7 +8,7 @@
<license>http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2</license>
<authorEmail>office@open-tools.net</authorEmail>
<authorUrl>www.open-tools.net</authorUrl>
<version>1.0.0</version>
<version>1.1.0</version>
<description>Assign Virtuemart product customers to Joomla usergroups according to the products they bought. This admin module allows site admin to batch assign specific products customers to specific Joomla user groups using multiple select list. This admin module works for Joomla 2.5 and 3.x together with VirtueMart 2.x and 3.x. Install it via the regular Joomal installer, then go to module manager, click on the Admin submenu item to list only admin modules. Then enable this module on the cpanel module position. It will then show on your admin Control panel.</description>
<files>
<filename module="mod_vmassign_groups">mod_vmassign_groups.php</filename>
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment