From: Chris W. <la...@us...> - 2004-11-28 06:46:26
|
Update of /cvsroot/openinteract/OpenInteract2/pkg/comments/OpenInteract2/Action In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13100/pkg/comments/OpenInteract2/Action Modified Files: Comments.pm Log Message: update comments: rename show() -> display() in action Index: Comments.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/pkg/comments/OpenInteract2/Action/Comments.pm,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Comments.pm 28 Nov 2004 06:00:56 -0000 1.7 --- Comments.pm 28 Nov 2004 06:46:09 -0000 1.8 *************** *** 204,208 **** # Display a single comment ! sub show { my ( $self ) = @_; $log ||= get_logger( LOG_APP ); --- 204,208 ---- # Display a single comment ! sub display { my ( $self ) = @_; $log ||= get_logger( LOG_APP ); |