This commit is contained in:
nilsding 2014-08-18 18:14:05 +02:00
parent f06bd74ca1
commit e97c011e12
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ switch ($_GET['page']) {
default: {
check_privileges();
$sql_str = "SELECT `id`, `word1`, `word2`, `word3`, `author`, `new` FROM `words`;";
$sql_str = "SELECT `id`, `word1`, `word2`, `word3`, `author`, `new` FROM `words` ORDER BY `id` DESC;";
$res = $sql->query($sql_str);
$words = array();