* Export the selected items from post variable instead of from cookie.
This commit is contained in:
@@ -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]);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user