in_array problem with $GLOBALS

Huava

New Member
I have a \[code\]$GLOBALS['plugins']\[/code\] array. With these values:\[code\]Array( [0] => Array ( [0] => calendarFuncs/ [1] => calendar.php [2] => Calendar ) [1] => Array ( [0] => eventFuncs/ [1] => todo.php [2] => Projects ) [2] => Array ( [0] => financeFuncs/ [1] => finance.php [2] => Finances ) [3] => Array ( [0] => crmFuncs/ [1] => crm.php [2] => CRM ) [4] => Array ( [0] => adminFuncs/ [1] => admin.php [2] => Admin ))\[/code\]This returns false, always...\[code\]in_array('Projects', $GLOBALS['plugins'])\[/code\]Any thoughts?Thank you.
 
Back
Top