This commit is contained in:
Karl Burkhart
2011-01-11 09:43:06 +00:00
parent 0696a63257
commit f7a66a14ef
2 changed files with 107 additions and 2 deletions
+2 -2
View File
@@ -43,7 +43,7 @@ class wawi_aufteilung extends basis_db
/**
*
* Enter description here ...
* Konstruktor
* @param unknown_type $aufteilung_id
*/
public function __construct($aufteilung_id=null)
@@ -101,7 +101,7 @@ class wawi_aufteilung extends basis_db
if($this->db_query($qry))
{
if($row = $this->db_fetch_object())
while($row = $this->db_fetch_object())
{
$aufteilung = new wawi_aufteilung();