diff options
| author | fisharebest <fisharebest@gmail.com> | 2010-05-08 13:26:15 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2010-05-08 13:26:15 +0000 |
| commit | 51999f2bcdb1fd4a38cff0327e1d1d2e70eb0411 (patch) | |
| tree | db02b0dad8f9afab8514cccb28480a3f7a7e6a12 /modules/googlemap/places_edit.php | |
| parent | 446ba3e9e848793af894c930f7eda23e0326e81c (diff) | |
| download | webtrees-51999f2bcdb1fd4a38cff0327e1d1d2e70eb0411.tar.gz webtrees-51999f2bcdb1fd4a38cff0327e1d1d2e70eb0411.tar.bz2 webtrees-51999f2bcdb1fd4a38cff0327e1d1d2e70eb0411.zip | |
Rename module parameter from pgvaction to mod_action
Diffstat (limited to 'modules/googlemap/places_edit.php')
| -rw-r--r-- | modules/googlemap/places_edit.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/googlemap/places_edit.php b/modules/googlemap/places_edit.php index 160e991633..fdea32c687 100644 --- a/modules/googlemap/places_edit.php +++ b/modules/googlemap/places_edit.php @@ -646,7 +646,7 @@ if ($action=="add") { } function change_icon() { - window.open('module.php?mod=googlemap&pgvaction=flags&countrySelected=<?php echo $selected_country ?>', '_blank', 'top=50, left=50, width=600, height=500, resizable=1, scrollbars=1'); + window.open('module.php?mod=googlemap&mod_action=flags&countrySelected=<?php echo $selected_country ?>', '_blank', 'top=50, left=50, width=600, height=500, resizable=1, scrollbars=1'); return false; } @@ -713,7 +713,7 @@ if ($action=="add") { //--> </script> -<form method="post" id="editplaces" name="editplaces" action="module.php?mod=googlemap&pgvaction=places_edit"> +<form method="post" id="editplaces" name="editplaces" action="module.php?mod=googlemap&mod_action=places_edit"> <input type="hidden" name="action" value="<?php echo $action;?>record" /> <input type="hidden" name="placeid" value="<?php echo $placeid;?>" /> <input type="hidden" name="level" value="<?php echo $level;?>" /> @@ -824,7 +824,7 @@ if ($action=="add") { <input name="save2" type="submit" value="<?php echo i18n::translate('Save');?>" /><br /> </form> <?php -$link = 'module.php?mod=googlemap&pgvaction=places&parent='.$placeid; +$link = 'module.php?mod=googlemap&mod_action=places&parent='.$placeid; echo "<center><br /><br /><br /><a href=\"javascript:;\" onclick=\"edit_close('{$link}')\">", i18n::translate('Close Window'), "</a><br /></center>\n"; print_simple_footer(); |
