Re: [Dspam-devel] Another bug in WEBUI/History

2010-08-05 Thread Stevan Bajić
On Fri, 6 Aug 2010 04:56:23 +0200 (CEST) "Imposit.com - webmaster" wrote: > When i try to retrain - i work but i switch back to main page > > its line 228 in dspam.cgi > > > $MYURL = > qq!$CONFIG{'ME'}?user=$FORM{'user'}&template=$FORM{'template'}&language=$LANGUAGE!; > > > it should be > $

[Dspam-devel] Another bug in WEBUI/History

2010-08-05 Thread Imposit.com - webmaster
When i try to retrain - i work but i switch back to main page its line 228 in dspam.cgi $MYURL = qq!$CONFIG{'ME'}?user=$FORM{'user'}&template=$FORM{'template'}&language=$LANGUAGE!; it should be $MYURL = qq!$CONFIG{'ME'}?user=$FORM{'user'}&template=$FORM{'template'}&language=$LANGUAGE!; ---