diff --git a/VERSION b/VERSION index 072e6075b0..aca1f7a170 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -10.0.beta +10.0.alpha diff --git a/config/config.php b/config/config.php index 29b8779a8b..e0fdaa0492 100644 --- a/config/config.php +++ b/config/config.php @@ -16,7 +16,7 @@ if(!class_exists('config')){class config{}} if(!function_exists('getWebRoot')){function getWebRoot(){}} /* 基本设置。Basic settings. */ -$config->version = '10.0.beta'; // ZenTaoPHP的版本。 The version of ZenTaoPHP. Don't change it. +$config->version = '10.0.alpha'; // ZenTaoPHP的版本。 The version of ZenTaoPHP. Don't change it. $config->charset = 'UTF-8'; // ZenTaoPHP的编码。 The encoding of ZenTaoPHP. $config->cookieLife = time() + 2592000; // Cookie的生存时间。The cookie life time. $config->timezone = 'Asia/Shanghai'; // 时区设置。 The time zone setting, for more see http://www.php.net/manual/en/timezones.php. diff --git a/db/update10.0.beta.sql b/db/update9.8.3.sql similarity index 100% rename from db/update10.0.beta.sql rename to db/update9.8.3.sql diff --git a/module/project/js/managemembers.js b/module/project/js/managemembers.js index c3b51f2dad..82257a19d8 100644 --- a/module/project/js/managemembers.js +++ b/module/project/js/managemembers.js @@ -13,11 +13,11 @@ function setRole(account, roleID) roleOBJ.val(role) // set the role. } -function addItem() +function addItem(obj) { var item = $('#addItem').html().replace(/%i%/g, i); - $('#teamForm table tbody').append('