Skip to content

Commit

Permalink
support for ojs-3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ajnyga committed Jul 11, 2018
1 parent c97582f commit 6995ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion convert.php
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@
if (!$article['fileGenre'.$i])
$article['fileGenre'.$i] = "Article Text";

fwrite ($xmlfile,"\t\t\t\t<revision number=\"1\" genre=\"".$article['fileGenre'.$i]."\" filename=\"".$article['file'.$i]."\" filesize=\"".$fileSize."\" filetype=\"".$fileType."\" uploader=\"".$uploader."\">\r\n");
fwrite ($xmlfile,"\t\t\t\t<revision number=\"1\" genre=\"".$article['fileGenre'.$i]."\" filename=\"".$article['file'.$i]."\" filesize=\"".$fileSize."\" filetype=\"".$fileType."\" user_group_ref=\"Author\" uploader=\"".$uploader."\">\r\n");

fwrite ($xmlfile,"\t\t\t\t<name locale=\"".$articleLocale."\">".$article['file'.$i]."</name>\r\n");

Expand Down

0 comments on commit 6995ebc

Please sign in to comment.