Skip to content

Commit

Permalink
foeach should be foreach
Browse files Browse the repository at this point in the history
fixes #113
  • Loading branch information
dlangille committed Apr 6, 2019
1 parent 92d8d5e commit 0fa444c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/report-subscriptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function freshports_ReportNames($dbh) {
$Reports = freshports_ReportNames($db);

if ($Debug) {
foeach ($reports as $report_id => $Values) {
foreach ($reports as $report_id => $Values) {

echo '* * * * now processing $report_id = \'' . $report_id . '\'';
echo ' and $Values = \'' . $Values . '\'<BR>';
Expand Down

0 comments on commit 0fa444c

Please sign in to comment.