From 26d1dc379f655774da9cfca6b666b6260d056eeb Mon Sep 17 00:00:00 2001 From: ajnyga Date: Wed, 5 Dec 2018 17:06:56 +0200 Subject: [PATCH] fix author count --- convert.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convert.php b/convert.php index fae932f..a2acd24 100755 --- a/convert.php +++ b/convert.php @@ -19,7 +19,7 @@ $defaultAuthor['lastname'] = "Board"; // The maximum number of authors per article, eg. authorLastname3 => 3 -$maxAuthors = 3; +$maxAuthors = 2; // The maximum number of files per article, eg. file2 => 2 $maxFiles = 1;