Merge branch 'master' of http://git.legu.cc/wuhao/leguevent
This commit is contained in:
commit
a40ca3a000
@ -214,7 +214,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