blog MDL-25341 removed another whitespace

This commit is contained in:
andyjdavis
2010-12-22 13:29:01 +08:00
parent c484c852f4
commit 694fb770b9
+1 -1
View File
@@ -226,7 +226,7 @@ function blog_sync_external_entries($externalblog) {
$newentry->created = $timestamp;
}
$newentry->lastmodified = $timestamp;
if (empty($oldesttimestamp) || $timestamp < $oldesttimestamp) {
//found an older post
$oldesttimestamp = $timestamp;