fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [6942] modelid was missing


From: Petur Thorsteinsson
Subject: [Fmsystem-commits] [6942] modelid was missing
Date: Sun, 06 Feb 2011 20:58:44 +0000

Revision: 6942
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=6942
Author:   peturbjorn
Date:     2011-02-06 20:58:44 +0000 (Sun, 06 Feb 2011)
Log Message:
-----------
modelid was missing

Modified Paths:
--------------
    branches/dev-bim2/property/inc/class.uibim.inc.php

Modified: branches/dev-bim2/property/inc/class.uibim.inc.php
===================================================================
--- branches/dev-bim2/property/inc/class.uibim.inc.php  2011-02-06 20:58:09 UTC 
(rev 6941)
+++ branches/dev-bim2/property/inc/class.uibim.inc.php  2011-02-06 20:58:44 UTC 
(rev 6942)
@@ -125,7 +125,6 @@
                        $xmlResult = 
$this->getFacilityManagementXmlFromIfc($ifcFileWithRealPath);
                        $bobimitem = new bobimitem_impl();
                        
$bobimitem->setSobimmodelinformation($sobimmodelinformation);
-                       $bobimitem->setModelId($modelId);
                        $bobimitem->setIfcXml($xmlResult);
                        $bobimitem->setSobimitem(new sobimitem_impl($this->db));
                        $bobimitem->setSobimtype(new sobimtype_impl($this->db));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]