Update of /cvsroot/openinteract/OpenInteract2/pkg/base_security/OpenInteract2/SQLInstall
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/base_security/OpenInteract2/SQLInstall
Modified Files:
Security.pm
Log Message:
OIN-155: add missing declarations where needed; also bump up all the copyrights...
Index: Security.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_security/OpenInteract2/SQLInstall/Security.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Security.pm 26 Feb 2004 13:42:10 -0000 1.4
--- Security.pm 18 Mar 2005 04:09:44 -0000 1.5
***************
*** 6,9 ****
--- 6,11 ----
use base qw( OpenInteract2::SQLInstall );
+ $OpenInteract2::SQLInstall::Security::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/);
+
my @TABLES = ( 'sys_security.sql' );
|