Update of /cvsroot/openinteract/OpenInteract/pkg/static_page/OpenInteract
In directory usw-pr-cvs1:/tmp/cvs-serv21530/static_page/OpenInteract
Modified Files:
BasicPage.pm
Log Message:
change ruleset_add -> ruleset_behavior
Index: BasicPage.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/pkg/static_page/OpenInteract/BasicPage.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** BasicPage.pm 2001/07/10 13:52:14 1.2
--- BasicPage.pm 2001/10/17 12:03:31 1.3
***************
*** 61,65 ****
# whenever we save the object
! sub ruleset_add {
my ( $class, $rs_table ) = @_;
push @{ $rs_table->{pre_save_action} }, \&find_directory;
--- 61,65 ----
# whenever we save the object
! sub ruleset_behavior {
my ( $class, $rs_table ) = @_;
push @{ $rs_table->{pre_save_action} }, \&find_directory;
***************
*** 131,135 ****
Set the C<directory> property from the C<location> property
! =head1 BUGS
None known.
--- 131,135 ----
Set the C<directory> property from the C<location> property
! =head1 BUGS
None known.
|