Changeset 229 for quests/dictionary.php


Ignore:
Timestamp:
Jan 15, 2008, 3:27:54 PM (17 years ago)
Author:
maron
Message:

Převzato, menší úprava slovníčku

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quests/dictionary.php

    r225 r229  
    110110      $sql = "SELECT * FROM `dictionary`";
    111111    }
    112         echo '<table border="1" cellpadding="2" cellspacing="0" width="100%">';
     112        echo '<table border="1" cellpadding="2" cellspacing="0" width="100%">
     113          <tr><th>Eng</th>
     114          <th>Cze</th>
     115          <th>  Popis</th></tr>';
    113116        $ID = $Database->SQLCommand($sql);
    114117          while ($Line = mysql_fetch_array($ID)) {
Note: See TracChangeset for help on using the changeset viewer.