Systemerweiterungen
This commit is contained in:
@ -19,7 +19,7 @@ if ($action == '') {
|
||||
|
||||
$query1 = "SELECT pid, beschreibung, wert
|
||||
FROM jumi_parameter
|
||||
ORDER BY sort ASC";
|
||||
ORDER BY pid ASC";
|
||||
|
||||
$result1 = $db->query($query1) or die("Cannot execute query1");
|
||||
|
||||
|
Reference in New Issue
Block a user