fmsystem-commits
[Top][All Lists]
Advanced

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

[Fmsystem-commits] [8129] typo


From: Sigurd Nes
Subject: [Fmsystem-commits] [8129] typo
Date: Fri, 18 Nov 2011 12:06:56 +0000

Revision: 8129
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=8129
Author:   sigurdne
Date:     2011-11-18 12:06:34 +0000 (Fri, 18 Nov 2011)
Log Message:
-----------
typo

Modified Paths:
--------------
    trunk/bim/inc/class.sobimitem.inc.php

Modified: trunk/bim/inc/class.sobimitem.inc.php
===================================================================
--- trunk/bim/inc/class.sobimitem.inc.php       2011-11-18 11:47:29 UTC (rev 
8128)
+++ trunk/bim/inc/class.sobimitem.inc.php       2011-11-18 12:06:34 UTC (rev 
8129)
@@ -77,7 +77,7 @@
                        throw new Exception('ModelId not set');
                }
                
-               $this->db->query("SELECT id as type FROM ".self::bimTypeTable." 
WHERE name = '".$bimItem->getType()),__LINE__,__FILE__);
+               $this->db->query("SELECT id as type FROM ".self::bimTypeTable." 
WHERE name = '".$bimItem->getType(),__LINE__,__FILE__);
                $this->db->next_record();
                $type = $this->db->f('type');
                $id = $this->db->next_id('fm_bim_item',array('type'     => 
$type));




reply via email to

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