Changeset 262 for quests/form.php
- Timestamp:
- Jan 24, 2008, 9:04:39 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
quests/form.php
r251 r262 32 32 } 33 33 34 34 35 if (Licence(0) and ($LineUser['ID'] <> $_SESSION['UserID']) and ($Line['Language'] <> 0)) { 35 36 $LineVote = mysql_fetch_array($Database->SQLCommand("SELECT * FROM quests_vote WHERE … … 42 43 } else { echo ' Ji¾ jsi hlasoval: '.$LineVote['vote']; } 43 44 } 45 echo '<br><a href="ListQuests.php?searchentry='.$Line['entry'].'">Zobrazit v¹echny verze tohoto questu</a>'; 44 46 45 47 // Speciální znaky: $B - Odøádkování, $N - Jméno, $C - povolání
Note:
See TracChangeset
for help on using the changeset viewer.