Although the variable $ALLOW_CHANGE_GEDCOM is set to true in config.php, it still isn't possible for users to select another gedcom.
Suggestions?
Boudewijn
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
The following line should be in the print_footer() funtion about line 1018:
print "\n\t<a href=\"$PHP_SELF?change_gedcom=yes&$QUERY_STRING\">".$pgv_lang["choose_gedcom"]."</a><br>";
--John
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Although the variable $ALLOW_CHANGE_GEDCOM is set to true in config.php, it still isn't possible for users to select another gedcom.
Suggestions?
Boudewijn
The following line should be in the print_footer() funtion about line 1018:
print "\n\t<a href=\"$PHP_SELF?change_gedcom=yes&$QUERY_STRING\">".$pgv_lang["choose_gedcom"]."</a><br>";
--John
John,
Thanks! That made the difference.
Boudewijn