Commented out a line that was used for testing
This commit is contained in:
parent
1521edcc12
commit
4108a751f0
1 changed files with 1 additions and 1 deletions
2
gancioff
2
gancioff
|
@ -441,7 +441,7 @@ foreach ($feed->channel->item as $item) {
|
|||
} else {
|
||||
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);
|
||||
if ($opts['do-post'])
|
||||
|
|
Loading…
Reference in a new issue