From f42376129f12beb4f53e36bc4ae91d07c2b0518e Mon Sep 17 00:00:00 2001 From: Retro_Guy Date: Mon, 15 Mar 2021 02:56:01 -0700 Subject: [PATCH] Add instructions to import all .db3 in import-db3.php --- Rocksolid_Light/rslight/scripts/import-db3.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Rocksolid_Light/rslight/scripts/import-db3.php b/Rocksolid_Light/rslight/scripts/import-db3.php index 0bc1219..7c3cd87 100755 --- a/Rocksolid_Light/rslight/scripts/import-db3.php +++ b/Rocksolid_Light/rslight/scripts/import-db3.php @@ -7,6 +7,9 @@ * Run this script as your web user from your $webdir/spoolnews dir: * php $config_dir/scripts/import.php group.name * + * To import/upgrade all group.db3 files, do not list group.name + * after the above command. + * * This will create the overview files necessary to import the group * into your site. * Next: Add the group to the groups.txt file of the section you wish