phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] property/inc class.soadmin_entity.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] property/inc class.soadmin_entity.inc.php
Date: Fri, 31 Aug 2007 06:48:06 +0000

CVSROOT:        /sources/phpgroupware
Module name:    property
Changes by:     Sigurd Nes <sigurdne>   07/08/31 06:48:06

Modified files:
        inc            : class.soadmin_entity.inc.php 

Log message:
        update

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/property/inc/class.soadmin_entity.inc.php?cvsroot=phpgroupware&r1=1.31&r2=1.32

Patches:
Index: class.soadmin_entity.inc.php
===================================================================
RCS file: /sources/phpgroupware/property/inc/class.soadmin_entity.inc.php,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -b -r1.31 -r1.32
--- class.soadmin_entity.inc.php        21 Aug 2007 12:26:04 -0000      1.31
+++ class.soadmin_entity.inc.php        31 Aug 2007 06:48:06 -0000      1.32
@@ -24,7 +24,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage admin
-       * @version $Id: class.soadmin_entity.inc.php,v 1.31 2007/08/21 12:26:04 
sigurdne Exp $
+       * @version $Id: class.soadmin_entity.inc.php,v 1.32 2007/08/31 06:48:06 
sigurdne Exp $
        */
 
        /**
@@ -912,7 +912,7 @@
                function read_attrib_choice($entity_id,$cat_id,$attrib_id)
                {
                        $choice_table = 'fm_entity_choice';
-                       $sql = "SELECT * FROM $choice_table WHERE 
entity_id=$entity_id AND cat_id=$cat_id AND attrib_id=$attrib_id";
+                       $sql = "SELECT * FROM $choice_table WHERE 
entity_id=$entity_id AND cat_id=$cat_id AND attrib_id=$attrib_id ORDER BY id";
                        $this->db->query($sql,__LINE__,__FILE__);
 
                        while ($this->db->next_record())




reply via email to

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