Closed (outdated)
Project:
Taxonomy Access Control Lite
Version:
6.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
1 Mar 2009 at 11:44 UTC
Updated:
5 May 2025 at 03:05 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
pletcher commentedUpdate, please do not apply this patch. While it fixes notices, it breaks other things.
Comment #2
Dave Cohen commentedWhat are the notices?
Comment #3
pletcher commentedThe patch I wrote removed the notices, it just also broke tac_lite it turns out. Not really what I was going for.
I'll be happy to provide any other info, either here or on irc (jrp).
Thanks,
jrp
Comment #4
Dave Cohen commenteddoes #436714: E_ALL compilance solve the problem?
Comment #5
pletcher commentedJust updated to latest 6--1, not fixed.
Comment #6
AlexisWilke commentedNote that in reference to this statement:
Using the empty() function is better:
That way you avoid the call to the count() function altogether.
This being said, I have my own patch... 8-} I think you can just define the 3 missing entries in the $grant assignment instead. Again, you avoid a call to array_merge(), instead you create the correct array from the start.
Comment #7
AlexisWilke commentedIn regard to the tag_lite_help() function, just remove the period in the first $output .= ...
Thank you.
Alexis
Comment #8
thomas.claes commentedTested the patch attached in comment #6: it works. Can this please be added to the module?
Comment #9
AlexisWilke commentedMarking as RTBC. 8-)
Comment #10
vladimirausDrupal 6 is no longer supported.