mirror of
https://github.com/e107inc/e107.git
synced 2025-08-29 01:00:20 +02:00
Code cleanup. Extra debug info under Paths.
This commit is contained in:
@@ -649,11 +649,11 @@ class mailout_main_ui extends e_admin_ui
|
||||
}
|
||||
|
||||
|
||||
function afterCopy($result, $copied)
|
||||
function afterCopy($result, $selected)
|
||||
{
|
||||
$num = array();
|
||||
$count = 0;
|
||||
foreach($copied as $tmp)
|
||||
foreach($selected as $tmp)
|
||||
{
|
||||
$num[] = ($result + $count);
|
||||
$count ++;
|
||||
|
Reference in New Issue
Block a user