Не доглядел(( git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@473 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
darkmod007 2012-11-13 13:43:46 +00:00
commit d4fea79078
2 changed files with 2 additions and 2 deletions

View file

@ -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) )

View file

@ -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';