* Export the selected items from post variable instead of from cookie.

This commit is contained in:
liugang
2023-08-31 16:42:57 +08:00
parent 89e1ef0a3e
commit a9c5986f10
9 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -656,7 +656,7 @@ class program extends control
if($this->post->exportType == 'selected')
{
$checkedItem = $this->cookie->checkedItem;
$checkedItem = $this->post->checkedItem;
if(strpos(",$checkedItem,", ",{$program->id},") === false) unset($programs[$i]);
}
}