I am facing issue in tyopscript to check the true false condition for the temp.info variable.
From below function I am getting 0 or 1 from the function -
temp.info = USER_INT
temp.info {
userFunc = tx_gowebsso_pi1->excludeMenu
includeLibs = EXT:gowebsso/pi1/class.tx_gowebsso_pi1.php
}
I am printing this value and getting correct
but when I try to check it like
[temp.info = 1]
or
[temp.info = 0]
It's not going into the conditions. I tried all the ways. Please help me how I can set conditions in typoscript.