Update of /cvsroot/openinteract/OpenInteract2/pkg/base_theme/OpenInteract2/SQLInstall
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18193/pkg/base_theme/OpenInteract2/SQLInstall
Modified Files:
Theme.pm
Log Message:
OIN-155: add missing declarations where needed; also bump up all the copyrights...
Index: Theme.pm
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract2/pkg/base_theme/OpenInteract2/SQLInstall/Theme.pm,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Theme.pm 20 Oct 2003 03:05:54 -0000 1.2
--- Theme.pm 18 Mar 2005 04:09:45 -0000 1.3
***************
*** 8,11 ****
--- 8,13 ----
use base qw( OpenInteract2::SQLInstall );
+ $OpenInteract2::SQLInstall::Theme::VERSION = sprintf("%d.%02d", q$Revision$ =~ /(\d+)\.(\d+)/);
+
my @TABLES = ( 'theme.sql',
'theme_prop.sql' );
|