mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
r186
фикс крона git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@186 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
fe79a3db0c
commit
fe58ec7a45
3 changed files with 3 additions and 3 deletions
|
@ -57,7 +57,7 @@ $bb_cfg['css_ver'] = 1;
|
|||
|
||||
// Increase number of revision after update
|
||||
$bb_cfg['tp_version'] = '2.0.2';
|
||||
$bb_cfg['tp_release_state'] = 'TP II r185';
|
||||
$bb_cfg['tp_release_state'] = 'TP II r186';
|
||||
$bb_cfg['tp_release_date'] = '2-08-2011';
|
||||
|
||||
$bb_cfg['board_disabled_msg'] = 'форум временно отключен'; // 'forums temporarily disabled'; // show this msg if board has been disabled via ON/OFF trigger
|
||||
|
|
|
@ -16,7 +16,7 @@ DB()->query("
|
|||
CREATE TEMPORARY TABLE $tmp_tbl (
|
||||
user_avatar VARCHAR(255) NOT NULL default '',
|
||||
KEY user_avatar (user_avatar(20))
|
||||
) ENGINE = MyISAM DEFAULT CHARSET=$dbcharset
|
||||
) ENGINE = MyISAM
|
||||
");
|
||||
|
||||
DB()->query("ALTER TABLE ". BB_USERS ." ADD INDEX user_avatar(user_avatar(10))");
|
||||
|
|
|
@ -32,7 +32,7 @@ DB()->query("
|
|||
CREATE TEMPORARY TABLE $tmp_attach_tbl (
|
||||
physical_filename VARCHAR(255) NOT NULL default '',
|
||||
KEY physical_filename (physical_filename(20))
|
||||
) ENGINE = MyISAM DEFAULT CHARSET=$dbcharset
|
||||
) ENGINE = MyISAM
|
||||
");
|
||||
|
||||
// Get attach_mod config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue