Erste Version

This commit is contained in:
kindlm
2015-06-10 19:46:45 +02:00
parent 93473c8db4
commit c742ab7b42
4 changed files with 734 additions and 7 deletions
-1
View File
@@ -203,7 +203,6 @@ class service extends basis_db
) AS a
GROUP BY service_id,oe_kurzbz,bezeichnung,beschreibung,ext_id,content_id
ORDER BY anzahl DESC,bezeichnung,oe_kurzbz";
echo $qry;
if($result = $this->db_query($qry))
{