Skip to content

Commit

Permalink
Version and revision change
Browse files Browse the repository at this point in the history
  • Loading branch information
MioVisman committed Jan 12, 2019
1 parent f5cc3c9 commit 0acb517
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 8 deletions.
4 changes: 2 additions & 2 deletions db_update.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
*/

// The FluxBB version this script updates to
define('UPDATE_TO', '1.5.10');
define('UPDATE_TO', '1.5.11');

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

define('UPDATE_TO_DB_REVISION', 21);
define('UPDATE_TO_SI_REVISION', 2.1);
Expand Down
1 change: 0 additions & 1 deletion edit.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
if (!$cur_post)
message($lang_common['Bad request'], false, '404 Not Found');


// MOD subforums - Visman
if (!isset($sf_array_asc[$cur_post['fid']]))
message($lang_common['Bad request'], false, '404 Not Found');
Expand Down
4 changes: 2 additions & 2 deletions include/common.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
mt_srand();

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

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

$page_js = array();

Expand Down
2 changes: 1 addition & 1 deletion include/parser.php
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ function preparse_list_tag($content, $type = '*')
function handle_url_tag($url, $link = '', $bbcode = false)
{
global $pun_config, $pun_user, $page_js;

$url = pun_trim($url);

// Deal with [url][img]http://example.com/test.png[/img][/url]
Expand Down
4 changes: 2 additions & 2 deletions install.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
*/

// The FluxBB version this script installs
define('FORUM_VERSION', '1.5.10');
define('FORUM_VERSION', '1.5.11');

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

define('FORUM_DB_REVISION', 21);
define('FORUM_SI_REVISION', 2.1);
Expand Down

0 comments on commit 0acb517

Please sign in to comment.