This commit is contained in:
Rudolf Hangl
2009-08-13 12:31:55 +00:00
parent e5254d91db
commit 7a01dfb90e
13 changed files with 52 additions and 31 deletions
+1 -1
View File
@@ -339,7 +339,7 @@ class lehrstunde extends basis_db
for ($i=0;$i<$num_rows_einheit;$i++)
{
$row=$db->db_fetch_object($result_einheit,$i);
$row=$this->db_fetch_object($result_einheit,$i);
$sql_query.=" OR gruppe_kurzbz='$row->gruppe_kurzbz'";
}
$sql_query.=')';