Changeset 241 for quests/form.php


Ignore:
Timestamp:
Jan 17, 2008, 3:43:46 PM (17 years ago)
Author:
maron
Message:

Export pouze od určitých uživatelů

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quests/form.php

    r236 r241  
    3636    echo '<input type="submit" value="Opravit" name="Repair" Title="Opravit po u¾ivateli chyby (jenom pro GM)">'; 
    3737  }
    38       if (Licence(1)) {
     38      if (Licence(1) and ($Line['Language'] <> 0)) {
    3939      //  echo '<input type="submit" value="Opravit Q" name="Repair"> Kliknìte Jestli si pøejete opravit chyby v Questu<br>';
    4040       
     
    4545        '; 
    4646      }
    47   if (Licence(0) and ($LineUser['ID'] <> $_SESSION['UserID'])) {
     47  if (Licence(0) and ($LineUser['ID'] <> $_SESSION['UserID']) and ($Line['Language'] <> 0)) {
    4848      echo ' Hodnotit Quest: ';
    4949        for ($i=1; $i<6; ++$i)   
Note: See TracChangeset for help on using the changeset viewer.