Skip to content

Commit 0acb517

Browse files
committed
Version and revision change
1 parent f5cc3c9 commit 0acb517

File tree

5 files changed

+7
-8
lines changed

5 files changed

+7
-8
lines changed

db_update.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
*/
88

99
// The FluxBB version this script updates to
10-
define('UPDATE_TO', '1.5.10');
10+
define('UPDATE_TO', '1.5.11');
1111

12-
define('UPDATE_TO_VER_REVISION', 79); // номер сборки - Visman
12+
define('UPDATE_TO_VER_REVISION', 80); // номер сборки - Visman
1313

1414
define('UPDATE_TO_DB_REVISION', 21);
1515
define('UPDATE_TO_SI_REVISION', 2.1);

edit.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
if (!$cur_post)
2727
message($lang_common['Bad request'], false, '404 Not Found');
2828

29-
3029
// MOD subforums - Visman
3130
if (!isset($sf_array_asc[$cur_post['fid']]))
3231
message($lang_common['Bad request'], false, '404 Not Found');

include/common.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
mt_srand();
1717

1818
// Define the version and database revision that this code was written for
19-
define('FORUM_VERSION', '1.5.10');
19+
define('FORUM_VERSION', '1.5.11');
2020

21-
define('FORUM_VER_REVISION', 79); // номер сборки - Visman
21+
define('FORUM_VER_REVISION', 80); // номер сборки - Visman
2222

2323
$page_js = array();
2424

include/parser.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,7 @@ function preparse_list_tag($content, $type = '*')
661661
function handle_url_tag($url, $link = '', $bbcode = false)
662662
{
663663
global $pun_config, $pun_user, $page_js;
664-
664+
665665
$url = pun_trim($url);
666666

667667
// Deal with [url][img]http://example.com/test.png[/img][/url]

install.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
*/
88

99
// The FluxBB version this script installs
10-
define('FORUM_VERSION', '1.5.10');
10+
define('FORUM_VERSION', '1.5.11');
1111

12-
define('FORUM_VER_REVISION', 79); // номер сборки - Visman
12+
define('FORUM_VER_REVISION', 80); // номер сборки - Visman
1313

1414
define('FORUM_DB_REVISION', 21);
1515
define('FORUM_SI_REVISION', 2.1);

0 commit comments

Comments
 (0)