Skip to content

Commit

Permalink
FIx some notices
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Mar 30, 2005
1 parent d1a6736 commit 411362b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/choice/mod.html
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@

<?php
$standardblanks = 10;
$count = 0;
if ($options = get_records_menu('choice_options','choiceid', $form->instance, 'id', 'id,text')) {
$count = 0;
foreach ($options as $id => $text) {
$count++;
?>
Expand Down

0 comments on commit 411362b

Please sign in to comment.