mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 14:23:57 -07:00
r421
Откат к r419. git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@421 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
212ca0c0e9
commit
589718f31f
2 changed files with 1 additions and 2 deletions
|
@ -56,7 +56,7 @@ $domain_name = (!empty($_SERVER['SERVER_NAME'])) ? $_SERVER['SERVER_NAME'] : $do
|
||||||
|
|
||||||
// Increase number of revision after update
|
// Increase number of revision after update
|
||||||
$bb_cfg['tp_version'] = '2.5 Beta';
|
$bb_cfg['tp_version'] = '2.5 Beta';
|
||||||
$bb_cfg['tp_release_state'] = 'R420';
|
$bb_cfg['tp_release_state'] = 'R421';
|
||||||
$bb_cfg['tp_release_date'] = '23-05-2012';
|
$bb_cfg['tp_release_date'] = '23-05-2012';
|
||||||
|
|
||||||
// Database
|
// Database
|
||||||
|
|
|
@ -2517,7 +2517,6 @@ function caching_output ($enabled, $mode, $cache_var_name, $ttl = 300)
|
||||||
*/
|
*/
|
||||||
function bb_json_encode ($data)
|
function bb_json_encode ($data)
|
||||||
{
|
{
|
||||||
$data = mb_check_encoding($data, 'UTF-8') ? $data : utf8_encode($data);
|
|
||||||
return json_encode($data);
|
return json_encode($data);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue