Skip to content

Commit

Permalink
Update modules/addons/officialresellerclub/officialresellerclub.php
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepshetty committed Apr 20, 2012
1 parent 243ee87 commit 988750c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions modules/addons/officialresellerclub/officialresellerclub.php
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
<?php

require dirname(__FILE__).DIRECTORY_SEPARATOR.'lib'.DIRECTORY_SEPARATOR.'orderboxapi.class.php';

define( 'RCLUB_ADDON_DB_TABLE' , 'mod_resellerclub');
define('RCLUB_ADDON_DB_TABLE' , 'mod_resellerclub');

function officialresellerclub_config() {
$config_details = array(
'name' => 'Official Resellerclub Module',
'version' => '1.0',
'author' => 'Resellerclub',
'description' => 'An official addon module from Resellerclub for WHMCS to manage all provisional modules for Resellerclub',
'language' => 'english',
);
return $config_details;
return array(
'name' => 'Official Resellerclub Module',
'version' => '1.0',
'author' => 'Resellerclub',
'description' => 'An official addon module from Resellerclub for WHMCS to manage all provisional modules for Resellerclub',
'language' => 'english',
);
}

function officialresellerclub_activate() {
Expand Down

0 comments on commit 988750c

Please sign in to comment.