From: Chris W. <la...@us...> - 2004-11-30 03:12:23
|
Update of /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Config In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15964/lib/OpenInteract2/Config Modified Files: Initializer.pm Log Message: cosmetic Index: Initializer.pm =================================================================== RCS file: /cvsroot/openinteract/OpenInteract2/lib/OpenInteract2/Config/Initializer.pm,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** Initializer.pm 9 Nov 2004 11:37:08 -0000 1.19 --- Initializer.pm 30 Nov 2004 03:12:11 -0000 1.20 *************** *** 542,546 **** require only an SPOPS ruleset rather than full inheritance. ! With the simple declaration we don not have to change B<any> of our SPOPS configurations with the change. If we added the class directly to the 'isa' people would have to change the configuration manually, --- 542,546 ---- require only an SPOPS ruleset rather than full inheritance. ! With the simple declaration we do not have to change B<any> of our SPOPS configurations with the change. If we added the class directly to the 'isa' people would have to change the configuration manually, *************** *** 633,636 **** --- 633,640 ---- My::User = poster: posted_by + or a list using the lovable INI syntax addition: + + @,My::User = updater: updated_by, poster: posted_by + And the system will do the right thing. |