本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
mauirixxx
/
gwst
關注
1
收藏
0
複製
0
程式碼
問題
5
合併請求
0
版本發佈
0
Wiki
活動
瀏覽代碼
fixed title rank being set to same as last rank entered
pull/16/head
mauirixxx
7 年之前
父節點
12c35bef11
當前提交
c474ab6899
共有
1 個檔案被更改
,包括
1 行新增
和
2 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
includes/titleranks-add.php
+ 1
- 2
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 . '<br />';
$tr = $gwstmr + 1;
}
}
}
Write
Preview
Loading…
取消
儲存