1
This commit is contained in:
parent
663f198d4f
commit
f59867fb4c
@ -215,7 +215,7 @@ if ($act == 'newevent') {
|
||||
unset($yanqi_history[$idx]);
|
||||
}
|
||||
|
||||
$dict['yanqi_history']=json_encode($yanqi_history,true);
|
||||
$dict['yanqi_history']=json_encode($yanqi_history);
|
||||
$sql = DB::update('calendar', $dict, "id='{$id}'");
|
||||
DB::exe($sql);
|
||||
we('1');
|
||||
|
Loading…
Reference in New Issue
Block a user