mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
r469
small fix git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@469 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
12820c70b1
commit
371563bdd4
2 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ $domain_name = (!empty($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : $do
|
|||
|
||||
// Increase number of revision after update
|
||||
$bb_cfg['tp_version'] = '2.5 Beta';
|
||||
$bb_cfg['tp_release_state'] = 'R468';
|
||||
$bb_cfg['tp_release_state'] = 'R469';
|
||||
$bb_cfg['tp_release_date'] = '05-11-2012';
|
||||
|
||||
// Database
|
||||
|
|
|
@ -288,7 +288,7 @@ $(function(){
|
|||
<legend>{L_TITLE_MATCH}</legend>
|
||||
<div>
|
||||
<p class="input">
|
||||
<input style="width: 95%;" class="post" type="text" size="50" maxlength="{TITLE_MATCH_MAX}" name="{TITLE_MATCH_NAME}" value="{TITLE_MATCH_VAL}" required />
|
||||
<input style="width: 95%;" class="post" type="text" size="50" maxlength="{TITLE_MATCH_MAX}" name="{TITLE_MATCH_NAME}" value="{TITLE_MATCH_VAL}" />
|
||||
</p>
|
||||
<p class="chbox med">
|
||||
{ALL_WORDS_CHBOX}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue