Commented out a line that was used for testing
This commit is contained in:
parent
757028151c
commit
7d931d097b
1 changed files with 1 additions and 1 deletions
2
gancioff
2
gancioff
|
@ -434,7 +434,7 @@ foreach ($feed->channel->item as $item) {
|
||||||
} else {
|
} else {
|
||||||
if ($opts['verbose']) echo "Info: event «{$guid}» has already been posted on ".date('c',$guids[$guid]).", skipping.\n";
|
if ($opts['verbose']) echo "Info: event «{$guid}» has already been posted on ".date('c',$guids[$guid]).", skipping.\n";
|
||||||
}
|
}
|
||||||
fclose($fh); exit(0);// to test a single post
|
// fclose($fh); exit(0);// to test a single post
|
||||||
}
|
}
|
||||||
fclose($fh);
|
fclose($fh);
|
||||||
if ($opts['do-post'])
|
if ($opts['do-post'])
|
||||||
|
|
Loading…
Reference in a new issue