mirror of
https://github.com/OpenXE-org/OpenXE.git
synced 2024-11-14 20:17:14 +01:00
bugfix artikeltexte
This commit is contained in:
parent
09aacfbb7b
commit
7e44bbeccf
@ -81,7 +81,7 @@ class Artikeltexte {
|
||||
$where = "1";
|
||||
|
||||
if ($artikel) {
|
||||
// $where .= " AND a.artikel = '".$artikel."'";
|
||||
$where .= " AND a.artikel = '".$artikel."'";
|
||||
}
|
||||
|
||||
$count = "SELECT count(DISTINCT id) FROM artikel_texte a WHERE $where";
|
||||
|
Loading…
Reference in New Issue
Block a user