This website works better with JavaScript.
Home
Explore
Help
Sign In
mauirixxx
/
gwst
Watch
1
Star
0
Fork
0
Code
Issues
5
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fixed title rank being set to same as last rank entered
pull/16/head
mauirixxx
7 years ago
parent
12c35bef11
commit
c474ab6899
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
includes/titleranks-add.php
+ 1
- 2
includes/titleranks-add.php
View File
@@ -26,8 +26,7 @@ if (isset($_SESSION['tr'])) {
if (is_null($gwstmr)) {
$tr = 1;
} else {
$tr = $gwstmr;
echo 'variable tr is set to: ' . $tr . '<br />';
$tr = $gwstmr + 1;
}
}
}
Write
Preview
Loading…
Cancel
Save