Project

General

Profile

Bug #2306 » 2306b.patch

krileon, 08 February 2011 20:53

View differences:

administrator/components/com_comprofiler/library/cb/cb.acl.php
. "\n ORDER BY g1." . $_CB_database->NameQuote( 'title' );
$_CB_database->setQuery( $query );
$groups = $_CB_database->loadResultArray();
if ( in_array( $gid, array( 6, 7 ) ) ) {
array_unshift( $groups, '8' );
}
} elseif ( checkJversion() == 1 ) {
$query = 'SELECT g1.' . $_CB_database->NameQuote( 'id' ) . ' AS group_id'
. ', g1.' . $_CB_database->NameQuote( 'name' )
(2-2/2)