Removed unused variable
This commit is contained in:
parent
3161af1c46
commit
b3a767d151
1 changed files with 0 additions and 1 deletions
1
lib.php
1
lib.php
|
@ -861,7 +861,6 @@ function customcert_generate_report_file($customcert, $users, $type) {
|
|||
$myxls->write_string(0, 5, get_string('code', 'customcert'));
|
||||
|
||||
// Generate the data for the body of the spreadsheet.
|
||||
$i = 0;
|
||||
$row = 1;
|
||||
if ($users) {
|
||||
foreach ($users as $user) {
|
||||
|
|
Loading…
Reference in a new issue