CVSROOT:        /cvsroot/phpgroupware
Module name:    sitemgr
Branch:         skwashd-16-compat
Changes by:     Dave Hall <skwashd>     07/04/26 13:00:28

Modified files:
        inc            : class.Content_SO.inc.php 

Log message:
        fix archived content on pgsql - thanks marco

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/sitemgr/inc/class.Content_SO.inc.php?cvsroot=phpgroupware&only_with_tag=skwashd-16-compat&r1=1.6.2.2&r2=1.6.2.2.4.1

Patches:
Index: class.Content_SO.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/inc/class.Content_SO.inc.php,v
retrieving revision 1.6.2.2
retrieving revision 1.6.2.2.4.1
diff -u -b -r1.6.2.2 -r1.6.2.2.4.1
--- class.Content_SO.inc.php    30 Mar 2004 09:11:03 -0000      1.6.2.2
+++ class.Content_SO.inc.php    26 Apr 2007 13:00:27 -0000      1.6.2.2.4.1
@@ -186,7 +186,7 @@
                                        . ' WHERE t1.block_id=t2.block_id '
                                        . ' AND cat_id IN (' . 
implode(',',$cat_list) . ')'
                                        . ' AND state IN (' . 
implode(',',$states) .')'
-                                       . ' GROUP BY 
t1.block_id,area,cat_id,page_id,viewable', __LINE__, __FILE__);
+                                       . ' GROUP BY 
t1.block_id,area,cat_id,page_id,viewable,state', __LINE__, __FILE__);
 
                        $result = array();
 


_______________________________________________
phpGroupWare-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/phpgroupware-cvs

Reply via email to