C
|
cgphp 11/27/2013 |
For comparison test use == not = if ($_SESSION["CustomGroupID"] == 3) |
D
|
DUKE author 11/27/2013 |
Hi Christian, For comparison test use == not = if ($_SESSION["CustomGroupID"] == 3) |
![]() |
Sergey Kornilov admin 11/28/2013 |
It doesn't really matter where you add it, works the same way. |