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/smsqueuehandler.php | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/smsqueuehandler.php') diff --git a/scripts/smsqueuehandler.php b/scripts/smsqueuehandler.php index 6583a77da..9e8de7a11 100755 --- a/scripts/smsqueuehandler.php +++ b/scripts/smsqueuehandler.php @@ -71,3 +71,4 @@ if (have_option('i')) { $handler = new SmsQueueHandler($id); $handler->runOnce(); +?> -- cgit v1.2.3-54-g00ecf