Dmitry Dulepov schrieb:
> Core should not hook in my opinion. Instead, a new check inside TCEmain
> should be created.
I thought about that too but IMO it doesn't look very nice having
something like
if ($table === 'be_users) {
...
} elseif ($table === 'be_groups') {
...
}
What you think?
Georg