Skip to content

Commit

Permalink
rev.77
Browse files Browse the repository at this point in the history
  • Loading branch information
MioVisman committed Oct 14, 2017
1 parent a23c8c4 commit 686be3c
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion db_update.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// The FluxBB version this script updates to
define('UPDATE_TO', '1.5.10');

define('UPDATE_TO_VER_REVISION', 76); // номер сборки - Visman
define('UPDATE_TO_VER_REVISION', 77); // номер сборки - Visman

define('UPDATE_TO_DB_REVISION', 21);
define('UPDATE_TO_SI_REVISION', 2.1);
Expand Down
1 change: 0 additions & 1 deletion include/bbcode.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,3 @@
$cur_index += 19;

unset($smil_g, $smil_i, $smil_t);

2 changes: 1 addition & 1 deletion include/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
// Define the version and database revision that this code was written for
define('FORUM_VERSION', '1.5.10');

define('FORUM_VER_REVISION', 76); // номер сборки - Visman
define('FORUM_VER_REVISION', 77); // номер сборки - Visman

$page_js = array();

Expand Down
2 changes: 1 addition & 1 deletion install.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// The FluxBB version this script installs
define('FORUM_VERSION', '1.5.10');

define('FORUM_VER_REVISION', 76); // номер сборки - Visman
define('FORUM_VER_REVISION', 77); // номер сборки - Visman

define('FORUM_DB_REVISION', 21);
define('FORUM_SI_REVISION', 2.1);
Expand Down
2 changes: 1 addition & 1 deletion lang/Russian/admin_groups.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
'Set own title label' => 'Менять собственный статус',
'Set own title help' => 'Разрешить пользователям этой группы устанавливать собственные статусы.',
'User search label' => 'Пользоваться поиском',
'User search help' => 'Разрешить пользователям этой группы пользоаться поиском сообщений.',
'User search help' => 'Разрешить пользователям этой группы пользоваться поиском сообщений.',
'User list search label' => 'Искать пользователей',
'User list search help' => 'Разрешить пользователям этой группы пользоваться поиском пользователей.',
'Send e-mails label' => 'Посылать Email',
Expand Down

0 comments on commit 686be3c

Please sign in to comment.