Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
getVariable attempts to return a value from $_SESSION['variables'] so that a query does not need to be done to get the value. If $incparams is passed as 1 and the variable was set in $_SESSION['variables'] with just a value, the value is returned instead of an array.