fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [6986] property BIM: get the modelid


From: Sigurd Nes
Subject: [Fmsystem-commits] [6986] property BIM: get the modelid
Date: Tue, 15 Feb 2011 17:13:13 +0000

Revision: 6986
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=6986
Author:   sigurdne
Date:     2011-02-15 17:13:12 +0000 (Tue, 15 Feb 2011)
Log Message:
-----------
property BIM: get the modelid

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

Modified: branches/dev-bim2/property/inc/class.bobimitem.inc.php
===================================================================
--- branches/dev-bim2/property/inc/class.bobimitem.inc.php      2011-02-15 
15:40:56 UTC (rev 6985)
+++ branches/dev-bim2/property/inc/class.bobimitem.inc.php      2011-02-15 
17:13:12 UTC (rev 6986)
@@ -104,7 +104,8 @@
                                                                "XML:".$xml;
                                throw new IncompleteItemException($currentItem);
                        }
-                       return new BimItem(null, $guid, $type, $xml, 
$this->sobimitem->getModelId());
+               //      return new BimItem(null, $guid, $type, $xml, 
$this->sobimitem->getModelId());
+                       return new BimItem(null, $guid, $type, $xml, 
$this->sobimmodelinformation->getModelId());// Sigurd 15.feb 2011: this one 
seems to work
                }
                
                private function checkFetchArguments() {
@@ -133,4 +134,4 @@
                public function setSobimtype(sobimtype  $sobimType){
                        $this->sobimtype = $sobimType;
                }
-       }
\ No newline at end of file
+       }




reply via email to

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