From: Salve J. N. <sj...@us...> - 2005-05-23 10:21:36
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/ContentGenerator In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4721/lib/OpenInteract2/ContentGenerator Modified Files: TT2Process.pm Log Message: - Doc fix: change unused "tt_config" to "template_config" (which also is used more often in the docs) Index: TT2Process.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/ContentGenerator/TT2Process.pm,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** TT2Process.pm 18 Mar 2005 04:09:50 -0000 1.21 --- TT2Process.pm 23 May 2005 10:21:04 -0000 1.22 *************** *** 411,415 **** sub custom_template_initialize { ! my ( $class, $tt_config, $init_params ) = @_; $template_config->{SUNSET} = '7:13 AM'; } --- 411,415 ---- sub custom_template_initialize { ! my ( $class, $template_config, $init_params ) = @_; $template_config->{SUNSET} = '7:13 AM'; } |