Changeset 295 for quests/npc_list.php


Ignore:
Timestamp:
Feb 7, 2008, 5:27:54 PM (17 years ago)
Author:
maron
Message:

Client texty - zatím bez zobrazení na webu, oprava logu, oprava shoutboxu, ukládání webů, na kterých je banner

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quests/npc_list.php

    r259 r295  
    120120        <a Title="Pøelo¾ené npc_texty, mù¾ete zde hlasovat, nebo opravovat npc_texty" href="npc_list.php?Translate">Pøelo¾ené npc_texty</a><br><br>';
    121121     
    122         WritePages('npc_list.php?Translate', "WHERE npc_text.Language = '1' AND npc_text.Complete = '1'");
     122        WritePages('npc_list.php?Translate', "WHERE npc_text.Language <> 0 AND npc_text.Complete = '1'");
    123123       
    124124        Write_npc_text("SELECT *, (SELECT user.user FROM user WHERE user.id = npc_text.user) as User FROM
    125         npc_text WHERE npc_text.Language = '1' AND npc_text.Complete = '1'", $_SESSION['limitx'].','.$_SESSION['limity'], 'Translate');
     125        npc_text WHERE npc_text.Language <> 0 AND npc_text.Complete = '1'", $_SESSION['limitx'].','.$_SESSION['limity'], 'Translate');
    126126      }
    127127     
Note: See TracChangeset for help on using the changeset viewer.