diff --git a/includes/titleranks-add.php b/includes/titleranks-add.php index 371d5d6..4e53e45 100644 --- a/includes/titleranks-add.php +++ b/includes/titleranks-add.php @@ -26,8 +26,7 @@ if (isset($_SESSION['tr'])) { if (is_null($gwstmr)) { $tr = 1; } else { - $tr = $gwstmr; - echo 'variable tr is set to: ' . $tr . '
'; + $tr = $gwstmr + 1; } } }