removed newsletters which user doesn't have access to
This commit is contained in:
@@ -77,7 +77,7 @@ function materio_user_export(){
|
||||
$vals[] = $rec->mail;
|
||||
}
|
||||
$ret = "Liste des user utilisateur inscrits au daily<br />";
|
||||
$ret .= '<textarea >'.implode($vals, ' ').'</textarea>';
|
||||
$ret .= '<textarea cols="40" rows="30">'.implode($vals, ' ').'</textarea>';
|
||||
return $ret;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user