phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/inc class.Content_SO.inc.php,1.10,1.11


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/inc class.Content_SO.inc.php,1.10,1.11
Date: Sun, 01 Jun 2003 19:07:50 -0400

Update of /cvsroot/phpgroupware/sitemgr/inc
In directory subversions:/tmp/cvs-serv7183

Modified Files:
        class.Content_SO.inc.php 
Log Message:
disambiguate block_id in GROUP BY clause


Index: class.Content_SO.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/inc/class.Content_SO.inc.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** class.Content_SO.inc.php    31 May 2003 03:53:51 -0000      1.10
--- class.Content_SO.inc.php    1 Jun 2003 23:07:48 -0000       1.11
***************
*** 168,172 ****
                                $sql .= " OR (cat_id IN (" . 
implode(',',$cat_list) . "))";
                        }
!                       $sql .= ") AND state IN (" . implode(',',$states) .") 
GROUP BY block_id";
                        $block = CreateObject('sitemgr.Block_SO',True);
                        $result = array();
--- 168,172 ----
                                $sql .= " OR (cat_id IN (" . 
implode(',',$cat_list) . "))";
                        }
!                       $sql .= ") AND state IN (" . implode(',',$states) .") 
GROUP BY t1.block_id";
                        $block = CreateObject('sitemgr.Block_SO',True);
                        $result = array();





reply via email to

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