Empty commit

This commit is contained in:
Git 2012-09-03 08:00:19 +00:00
parent ce4905e534
commit 4735fae507
2 changed files with 2 additions and 1 deletions

View File

@ -24,6 +24,7 @@
// What are we looking for? Let's make sure it isn't dangerous. // What are we looking for? Let's make sure it isn't dangerous.
if(isset($_GET['search'])) { if(isset($_GET['search'])) {
$Search = trim($_GET['search']); $Search = trim($_GET['search']);
} else { } else {
$Search = ''; $Search = '';
} }

View File

@ -512,7 +512,7 @@
} }
if($ThreadInfo['LastPostAuthorID']==$LoggedUser['ID'] && (check_perms('site_forums_double_post') || in_array($ForumID, $ForumsDoublePost))) { if($ThreadInfo['LastPostAuthorID']==$LoggedUser['ID'] && (check_perms('site_forums_double_post') || in_array($ForumID, $ForumsDoublePost))) {
?> ?>
<input id="mergebox" type="checkbox" name="merge" checked="checked" tabindex="2" /> <input id="mergebox" type="checkbox" name="merge" tabindex="2" />
<label for="mergebox">Merge</label> <label for="mergebox">Merge</label>
<? } ?> <? } ?>
<input id="post_preview" type="button" value="Preview" tabindex="1" onclick="if(this.preview){Quick_Edit();}else{Quick_Preview();}" /> <input id="post_preview" type="button" value="Preview" tabindex="1" onclick="if(this.preview){Quick_Edit();}else{Quick_Preview();}" />