# HG changeset patch # User Matti Hamalainen # Date 1434198107 -10800 # Node ID d63d2f0307b0061b51fbe0c5332b25874953dcf2 # Parent 232086da1670515a06edc3c7dda14bb76a0326e6 Added a comment. diff -r 232086da1670 -r d63d2f0307b0 mgtool.php --- a/mgtool.php Thu Jun 04 03:40:52 2015 +0300 +++ b/mgtool.php Sat Jun 13 15:21:47 2015 +0300 @@ -494,6 +494,7 @@ else if ($edata["type"] == 1) { + // Set some of the album data here $tmp = mgGetAlbumData($basepath, $efilename); mgCopyEntryData($edata, $tmp, MG_STR, "caption", "caption"); mgCopyEntryData($edata, $tmp, MG_STR, "caption", "fallback_caption");