Bug when using ezresults without cookies

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