Changeset 241 for quests/form.php
- Timestamp:
- Jan 17, 2008, 3:43:46 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
quests/form.php
r236 r241 36 36 echo '<input type="submit" value="Opravit" name="Repair" Title="Opravit po u¾ivateli chyby (jenom pro GM)">'; 37 37 } 38 if (Licence(1) ) {38 if (Licence(1) and ($Line['Language'] <> 0)) { 39 39 // echo '<input type="submit" value="Opravit Q" name="Repair"> Kliknìte Jestli si pøejete opravit chyby v Questu<br>'; 40 40 … … 45 45 '; 46 46 } 47 if (Licence(0) and ($LineUser['ID'] <> $_SESSION['UserID']) ) {47 if (Licence(0) and ($LineUser['ID'] <> $_SESSION['UserID']) and ($Line['Language'] <> 0)) { 48 48 echo ' Hodnotit Quest: '; 49 49 for ($i=1; $i<6; ++$i)
Note:
See TracChangeset
for help on using the changeset viewer.