diff --git a/inc/html.php b/inc/html.php index dbd8cd77dfab72b394b7213f45c9d0ac2f4a7cc4..1dc0d575954435005fcf0c96da235306fe633c61 100644 --- a/inc/html.php +++ b/inc/html.php @@ -136,12 +136,14 @@ function html_editbutton(){ function html_secedit_button($section,$p){ global $ID; global $lang; + global $INFO; $secedit = ''; # if($p) $secedit .= "</p>\n"; $secedit .= '<div class="secedit">'; $secedit .= html_btn('secedit',$ID,'', array('do' => 'edit', - 'lines' => "$section"), + 'lines' => "$section", + 'rev' => $INFO['lastmod']), 'post'); $secedit .= '</div>'; # if($p) $secedit .= "\n<p>";