diff --git a/db_update.php b/db_update.php index 9a6c39f..8b9c3a6 100644 --- a/db_update.php +++ b/db_update.php @@ -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); diff --git a/edit.php b/edit.php index e113e4d..0e661f6 100644 --- a/edit.php +++ b/edit.php @@ -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'); diff --git a/include/common.php b/include/common.php index 936e592..65337da 100644 --- a/include/common.php +++ b/include/common.php @@ -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(); diff --git a/include/parser.php b/include/parser.php index b690b4d..6bcd041 100644 --- a/include/parser.php +++ b/include/parser.php @@ -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] diff --git a/install.php b/install.php index 2997a69..f9ee7bd 100644 --- a/install.php +++ b/install.php @@ -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);