How to add a new right
Hi!
I was trying to add a new right in the database
with
INSERT INTO users_permissions (permName, permDesc, level,type) VALUES ('tiki_p_tasks_send', 'Can send tasks to other users', 'registered', 'user');
And now I want to check this right in tiki-user_tasks.php with
if ($tiki_p_tasks_send != 'y') {
But it didn't worked so I mad a workaround with my own mysql statmend.
Does somebody know how I can check this right, I am shure there is a simple way
Thanks
Markus