Merge branch 'zentaopms_9.8' of github.com:easysoft/zentaopms into zentaopms_9.8
This commit is contained in:
@@ -1654,6 +1654,8 @@ class baseSQL
|
||||
*/
|
||||
public function set($set)
|
||||
{
|
||||
if($this->inCondition and !$this->conditionIsTrue) return $this;
|
||||
|
||||
/* Add ` to avoid keywords of mysql. */
|
||||
if(strpos($set, '=') ===false)
|
||||
{
|
||||
|
||||
@@ -74,7 +74,7 @@ $lang->misc->feature = new stdclass();
|
||||
$lang->misc->feature->lastest = 'Latest Version';
|
||||
$lang->misc->feature->detailed = 'Details';
|
||||
|
||||
$lang->misc->releaseDate['9.8.stable'] = '2017-01-17';
|
||||
$lang->misc->releaseDate['9.8.stable'] = '2018-01-17';
|
||||
$lang->misc->releaseDate['9.7.stable'] = '2017-12-22';
|
||||
$lang->misc->releaseDate['9.6.stable'] = '2017-11-06';
|
||||
$lang->misc->releaseDate['9.5.1'] = '2017-09-27';
|
||||
|
||||
@@ -74,7 +74,7 @@ $lang->misc->feature = new stdclass();
|
||||
$lang->misc->feature->lastest = '最新版本';
|
||||
$lang->misc->feature->detailed = '详情';
|
||||
|
||||
$lang->misc->releaseDate['9.8.stable'] = '2017-01-17';
|
||||
$lang->misc->releaseDate['9.8.stable'] = '2018-01-17';
|
||||
$lang->misc->releaseDate['9.7.stable'] = '2017-12-22';
|
||||
$lang->misc->releaseDate['9.6.stable'] = '2017-11-06';
|
||||
$lang->misc->releaseDate['9.5.1'] = '2017-09-27';
|
||||
|
||||
Reference in New Issue
Block a user