Autofix small errors

This commit is contained in:
Igor Barkov [iwork]
2019-01-16 19:45:30 +02:00
parent d330721114
commit 094b8a6027
313 changed files with 736 additions and 2280 deletions
+2 -2
View File
@@ -10,9 +10,9 @@ include('classes/quests_class.php');
$qEndNow = filter_input(INPUT_GET, 'end_qst_now');
$qEnd = filter_input(INPUT_GET, 'end_qst');
if ($qEndNow) echo $q->endq((int)$_GET['end_qst_now'], 'end', $user);
if ($qEndNow) $q->endq((int)$_GET['end_qst_now'], 'end', $user);
if ($qEnd) echo $q->winqst((int)$_GET['end_qst'], $user);
if ($qEnd) $q->winqst((int)$_GET['end_qst'], $user);
$qsee = '';
$qx = 0;