mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
r559
Исправление критичной ошибки ревизии r557. Спасибо greencell за багрепорт. git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@559 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
344279e5eb
commit
07be1ec5f5
2 changed files with 4 additions and 2 deletions
|
@ -55,8 +55,8 @@ $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 (unstable)';
|
$bb_cfg['tp_version'] = '2.5 (unstable)';
|
||||||
$bb_cfg['tp_release_date'] = '16-01-2014';
|
$bb_cfg['tp_release_date'] = '17-01-2014';
|
||||||
$bb_cfg['tp_release_state'] = 'R558';
|
$bb_cfg['tp_release_state'] = 'R559';
|
||||||
|
|
||||||
// Database
|
// Database
|
||||||
$charset = 'utf8';
|
$charset = 'utf8';
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
function run_jobs($jobs)
|
function run_jobs($jobs)
|
||||||
{
|
{
|
||||||
|
global $datastore;
|
||||||
|
|
||||||
define('IN_CRON', true);
|
define('IN_CRON', true);
|
||||||
|
|
||||||
$sql = "SELECT cron_script
|
$sql = "SELECT cron_script
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue