aboutsummaryrefslogtreecommitdiff
path: root/scripts/forms.php
diff options
context:
space:
mode:
authorpetko <petko@524c5546-5005-0410-9a3e-e25e191bd360>2024-08-19 08:57:39 +0000
committerpetko <petko@524c5546-5005-0410-9a3e-e25e191bd360>2024-08-19 08:57:39 +0000
commit345803d48d2848ff793b0b1a3cefe8ce3f3b71bc (patch)
treeee60da6cfb67505fcf0ea6b343d3e99fa638e2dc /scripts/forms.php
parent1f951bde82cb04198a93656866c1da4e85393f3c (diff)
downloadpmwiki.svn-345803d48d2848ff793b0b1a3cefe8ce3f3b71bc.tar.bz2
Update docs/sample-config.php.
git-svn-id: svn://pmwiki.org/pmwiki/trunk@4791 524c5546-5005-0410-9a3e-e25e191bd360
Diffstat (limited to 'scripts/forms.php')
-rw-r--r--scripts/forms.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/forms.php b/scripts/forms.php
index cca5064a..9a5d0f12 100644
--- a/scripts/forms.php
+++ b/scripts/forms.php
@@ -410,8 +410,8 @@ if (IsEnabled($EnableMergeLastMinorEdit, 0)>=1 && @$Author && PageExists($pagena
SDV($InputTags['e_minorcheckbox']['title'],
PHSC(XL('Merge the new edit with the last one, if by the same author, and reuse the change summary if left empty'), ENT_QUOTES));
}
+ unset($ltime, $samehost);
}
-unset($ltime, $sameby, $samehost);
SDVA($InputTags['e_savebutton'], array(
':html' => "<input type='submit' \$InputFormArgs />",