Skip to content

Commit

Permalink
Remove unused comment
Browse files Browse the repository at this point in the history
  • Loading branch information
amiri27 committed Apr 29, 2015
1 parent fcdb4a4 commit b220354
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions modules/registrars/Redreseller/Redreseller.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,7 @@ function Redreseller_RenewDomain($params) {
$domain = $params['sld'] . '.' . $params['tld'];
$duration = (int)$params['regperiod'] * 12;
$testmode = $params['TestMode'];

// include('..\..\..\configuration.php');

// $link = mysql_connect($db_host, $db_username, $db_password);
// mysql_select_db($db_name);
// mysql_query('SET NAMES \'utf8\'', $link);

$result = mysql_query('select tblclients.email from tbldomains,tblclients where tbldomains.domain=\'' . $domain . '\'');

$row = mysql_fetch_row($result);
Expand Down

0 comments on commit b220354

Please sign in to comment.