|
From: Chris W. <la...@us...> - 2001-11-28 13:14:26
|
Update of /cvsroot/openinteract/OpenInteract/pkg/base_page/data
In directory usw-pr-cvs1:/tmp/cvs-serv2019/data
Modified Files:
page.dat
Log Message:
update the page data file to reflect new structure
Index: page.dat
===================================================================
RCS file: /cvsroot/openinteract/OpenInteract/pkg/base_page/data/page.dat,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** page.dat 2001/10/29 05:11:31 1.1
--- page.dat 2001/11/28 13:14:22 1.2
***************
*** 2,9 ****
{ spops_class => 'OpenInteract::Page',
field_order => [ qw/ location title author
! boxes mime_type is_active is_file
notes / ] },
[ '/index.html', 'Welcome to OpenInteract!', 'OpenInteract Authors <in...@op...>',
! 'powered_by_box', 'text/html', 'yes', 'yes',
'This record and file were created when you installed OI' ]
];
--- 2,9 ----
{ spops_class => 'OpenInteract::Page',
field_order => [ qw/ location title author
! boxes mime_type is_active storage
notes / ] },
[ '/index.html', 'Welcome to OpenInteract!', 'OpenInteract Authors <in...@op...>',
! 'powered_by_box', 'text/html', 'yes', 'file',
'This record and file were created when you installed OI' ]
];
|