Reinhard Poetz wrote:
Leszek Gawron wrote:

I'm posting this to dev because my case is connected with some bug in flow.
The problem I'm describing does not occur in cocoon 2004-04-05 (or something around). Cocoon 2004-04-23 (or something around :) - I still do not have a way to track exact cocoon snapshot date) already breaks my project, current HEAD also.


Thing is:
I have all my web application requests redirected to main() function (I have to quote this as my Mozilla Thunderbird has "Paste without formatting" disabled .. ):


var user = null;



Could you try

var user;
(instead of 'var user = null')

here?

does not work either. How should it help? I do the null assignment all the time and it works.
LG

Reply via email to