From: Joseph C. <tex...@us...> - 2005-09-27 09:29:34
|
Update of /cvsroot/popfile/engine/UI In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12749/UI Modified Files: Tag: b0_22_2 HTML.pm Log Message: Put session key back to fix show bucket links on Buckets page. Index: HTML.pm =================================================================== RCS file: /cvsroot/popfile/engine/UI/HTML.pm,v retrieving revision 1.311.4.3 retrieving revision 1.311.4.4 diff -C2 -d -r1.311.4.3 -r1.311.4.4 *** HTML.pm 25 Sep 2005 12:56:36 -0000 1.311.4.3 --- HTML.pm 27 Sep 2005 09:29:25 -0000 1.311.4.4 *************** *** 1826,1829 **** --- 1826,1830 ---- } $row_data{Localize_Apply} = $self->{language__}{Apply}; + $row_data{Session_Key} = $self->{session_key__}; $row_data{Corpus_Loop_Loop_Colors} = \@color_data; |