Bug when using ezresults without cookies
Submitted by carnalito on Sat, 2006-03-25 08:54.
EZ Results
Hi,
in line 315 is the following code:
. '?BRSR=0'.$this->qs.'"'
wich runs on an (silent) error: the SID would not be added because there is no blank.
switch this to:
. '?BRSR=0'.$this->qs.'" '
and you are done.
Regards
carnalito
