mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-19 16:02:15 +00:00
echo $qry gelöscht
This commit is contained in:
@@ -573,7 +573,7 @@ class organisationseinheit extends basis_db
|
||||
OR (LOWER(bezeichnung)=LOWER('.$this->db_add_param($value).'))';
|
||||
}
|
||||
$qry.= ' ORDER BY organisationseinheittyp_kurzbz, bezeichnung;';
|
||||
echo $qry;
|
||||
|
||||
if($this->db_query($qry))
|
||||
{
|
||||
while($row = $this->db_fetch_object())
|
||||
|
||||
Reference in New Issue
Block a user