phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] admin/inc class.so_custom.inc.php


From: Sigurd Nes
Subject: [Phpgroupware-cvs] admin/inc class.so_custom.inc.php
Date: Mon, 09 Oct 2006 10:44:29 +0000

CVSROOT:        /sources/phpgroupware
Module name:    admin
Changes by:     Sigurd Nes <sigurdne>   06/10/09 10:44:29

Modified files:
        inc            : class.so_custom.inc.php 

Log message:
        Revert change on custom attributes

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/admin/inc/class.so_custom.inc.php?cvsroot=phpgroupware&r1=1.4&r2=1.5

Patches:
Index: class.so_custom.inc.php
===================================================================
RCS file: /sources/phpgroupware/admin/inc/class.so_custom.inc.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- class.so_custom.inc.php     8 Oct 2006 21:42:26 -0000       1.4
+++ class.so_custom.inc.php     9 Oct 2006 10:44:29 -0000       1.5
@@ -8,7 +8,7 @@
        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/bbb_/ekstern/
        * @package property
        * @subpackage admin
-       * @version $Id: class.so_custom.inc.php,v 1.4 2006/10/08 21:42:26 
sigurdne Exp $
+       * @version $Id: class.so_custom.inc.php,v 1.5 2006/10/09 10:44:29 
sigurdne Exp $
        */
 
        /**
@@ -113,12 +113,7 @@
                                $querymethod = " AND (phpgw_cust_attribute.name 
$this->like '%$query%' or phpgw_cust_attribute.descr $this->like '%$query%')";
                        }
 
-       //              $sql = "SELECT * FROM phpgw_cust_attribute WHERE 
appname='$appname' AND location = '$location' $filtermethod $querymethod";
-
-                       $sql = "SELECT * FROM phpgw_cust_attribute $this->join 
phpgw_cust_attribute_table"
-                               . " ON phpgw_cust_attribute.table_id = 
phpgw_cust_attribute_table.table_id"
-                               . " WHERE appname = '$appname' AND location = 
'$location' $filtermethod $querymethod";
-       
+                       $sql = "SELECT * FROM phpgw_cust_attribute WHERE 
appname='$appname' AND location = '$location' $filtermethod $querymethod";
 
                        $this->db2->query($sql,__LINE__,__FILE__);
                        $this->total_records = $this->db2->num_rows();




reply via email to

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