Kartentausch von Karten mit führenden Nullen gefixt

This commit is contained in:
Andreas Österreicher
2012-08-30 13:22:14 +00:00
parent 121fad1999
commit 63da4cc494
3 changed files with 16 additions and 1 deletions
+6
View File
@@ -1172,7 +1172,13 @@ class betriebsmittel extends basis_db
if($result = $this->db_query($qry))
{
if($this->db_num_rows($result) > 0)
{
if($row = $this->db_fetch_object($result))
{
$this->insertamum = $row->insertamum;
}
return true;
}
else
return false;
}