From aeca8807dbce951beccbc3fb0e5a4ae5600e5e5f Mon Sep 17 00:00:00 2001 From: Eric Helgeson Date: Mon, 5 Oct 2009 12:55:55 -0400 Subject: Open tags should have closing tags --- scripts/fixup_replies.php | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/fixup_replies.php') diff --git a/scripts/fixup_replies.php b/scripts/fixup_replies.php index 7328635d3..302c23915 100755 --- a/scripts/fixup_replies.php +++ b/scripts/fixup_replies.php @@ -39,3 +39,4 @@ while ($notice->fetch()) { common_log(LOG_INFO, 'Getting replies for notice #' . $notice->id); common_save_replies($notice); } +?> -- cgit v1.2.3-54-g00ecf