diff options
Diffstat (limited to 'scripts/publicqueuehandler.php')
-rwxr-xr-x | scripts/publicqueuehandler.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/publicqueuehandler.php b/scripts/publicqueuehandler.php index ffb5acdb6..50a11bcba 100755 --- a/scripts/publicqueuehandler.php +++ b/scripts/publicqueuehandler.php @@ -74,4 +74,3 @@ if (have_option('i')) { $handler = new PublicQueueHandler($id); $handler->runOnce(); -?> |