[TYPO3-core] Nested fe_groups patch
Jan-Erik Revsbech
jer at moccompany.com
Thu Sep 15 14:09:31 CEST 2005
Insted of these lines
+ $orChecks[]='('.$field.' LIKE "%,'.$value.',%" OR '.
+ $field.' LIKE "'.$value.',%" OR '.
+ $field.' LIKE "%,'.$value.'" OR '.
+ $field.'="'.$value.'")';
I would suggest using the function
$GLOBALS['TSFE']->listQuery($FIELD,$VALUE,$TABLE), as this is DBAL
compliant.
/Jan-Erik
----- Original Message -----
From: "Michael Stucki" <michael at typo3.org>
Newsgroups: typo3.teams.core
To: <typo3-team-core at lists.netfielders.de>
Sent: Thursday, September 15, 2005 1:53 PM
Subject: [TYPO3-core] Nested fe_groups patch
This is a patch for HEAD. It contains the features of two extensions:
- fenestgrp by Glen Gibb
- ingmar_accessctrl by Ingmar
- Additionally I have added a little condition to be_groups so that the
group itself plus hidden groups cannot be selected as subgroups (same as
it is done for fe_groups.subgroups)
Regards, michael
--
Use a newsreader! Check out
http://typo3.org/community/mailing-lists/use-a-news-reader/
--------------------------------------------------------------------------------
> _______________________________________________
> Typo3-team-core mailing list
> Typo3-team-core at lists.netfielders.de
> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-team-core
More information about the TYPO3-team-core
mailing list