Empty commit

This commit is contained in:
Git 2012-05-26 08:00:10 +00:00
parent ab1fd8b80d
commit 129e1a6360
2 changed files with 4 additions and 4 deletions

View File

@ -173,8 +173,8 @@ CREATE TABLE `comments_edits` (
`EditUser` int(10) DEFAULT NULL, `EditUser` int(10) DEFAULT NULL,
`EditTime` datetime DEFAULT NULL, `EditTime` datetime DEFAULT NULL,
`Body` mediumtext, `Body` mediumtext,
KEY `Page` (`Page`,`PostID`), KEY `EditUser` (`EditUser`),
KEY `EditUser` (`EditUser`) KEY `PostHistory` (`Page`,`PostID`,`EditTime`)
) ENGINE=InnoDB DEFAULT CHARSET=latin1; ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
CREATE TABLE `do_not_upload` ( CREATE TABLE `do_not_upload` (

View File

@ -17,10 +17,10 @@
<? } ?> <? } ?>
<table cellpadding="2" cellspacing="1" border="0" align="center"> <table cellpadding="2" cellspacing="1" border="0" align="center">
<tr valign="top"> <tr valign="top">
<td align="right">Username&nbsp;</td> <td align="right" style="width:100px;">Username&nbsp;</td>
<td align="left"> <td align="left">
<input type="text" name="username" id="username" class="inputtext" value="<?=(!empty($_REQUEST['username']) ? display_str($_REQUEST['username']) : '')?>" /> <input type="text" name="username" id="username" class="inputtext" value="<?=(!empty($_REQUEST['username']) ? display_str($_REQUEST['username']) : '')?>" />
<p>It is recommended that you do NOT use your real name for personal security! We will not be changing it for you.</p> <p>Use common sense when choosing your username. Offensive usernames will not be tolerated. Also, do not choose a username that can be associated with your real name. If you do so, we will not be changing it for you.</p>
</td> </td>
</tr> </tr>
<tr valign="top"> <tr valign="top">