mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
r473
Не доглядел(( git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@473 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
673b15f518
commit
d4fea79078
2 changed files with 2 additions and 2 deletions
|
@ -154,7 +154,7 @@ if( isset($_GET['import_pack']) || isset($_POST['import_pack']) )
|
|||
//
|
||||
// Display the script to get the smile_pak cfg file...
|
||||
//
|
||||
$smile_paks_select = '<select name='smile_pak'><option value=''>' . $lang['SELECT_PAK'] . '</option>';
|
||||
$smile_paks_select = '<select name="smile_pak"><option value="">' . $lang['SELECT_PAK'] . '</option>';
|
||||
while( list($key, $value) = @each($smiley_paks) )
|
||||
{
|
||||
if ( !empty($value) )
|
||||
|
|
|
@ -58,7 +58,7 @@ $domain_name = (!empty($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : $do
|
|||
$bb_cfg['tp_version'] = '2.5 Beta';
|
||||
|
||||
$bb_cfg['tp_release_date'] = '13-11-2012';
|
||||
$bb_cfg['tp_release_state'] = 'R472';
|
||||
$bb_cfg['tp_release_state'] = 'R473';
|
||||
|
||||
// Database
|
||||
$charset = 'utf8';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue