Changeset 210 for quests/ListQuests.php


Ignore:
Timestamp:
Jan 12, 2008, 12:24:07 AM (17 years ago)
Author:
maron
Message:

Hlasování pomocí známek 1-5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quests/ListQuests.php

    r209 r210  
    66      quests WHERE quests.Language = '1' AND quests.Complete = '1' order by 2");
    77      echo '<table border="1" cellpadding="2" cellspacing="0">
    8             <tr><th>Poøadové èíslo</th><th>ID questu</th><th>Název Questu</th><th>U¾ivatel</th><th>Poèet hlasù</th></tr>';
     8            <tr><th>Poøadové èíslo</th><th>ID questu</th><th>Název Questu</th><th>U¾ivatel</th><th>Známka</th></tr>';
    99      while ($Line = mysql_fetch_array($ID)) {
    1010        echo '<tr><td><a href="form.php?ID='.$Line['ID'].'">'.$Line['ID'].'</a></td>
     
    4646       
    4747        echo '<table border="1" cellpadding="2" cellspacing="0">
    48               <tr><th>Poøadové èíslo</th><th>ID questu</th><th>Název Questu</th><th>Poèet hlasù</th></tr>';
     48              <tr><th>Poøadové èíslo</th><th>ID questu</th><th>Název Questu</th><th>Známka</th></tr>';
    4949        $ID = $Database->SQLCommand("SELECT * FROM quests Where User='".$_SESSION['UserID']."' order by 1 ");
    5050          while ($Line = mysql_fetch_array($ID)) {
Note: See TracChangeset for help on using the changeset viewer.