From 6beddfdbb926aaa5af42e68ff459f11e0e5f6b5f Mon Sep 17 00:00:00 2001 From: zach Date: Tue, 30 Sep 2008 22:54:21 -0400 Subject: Twitter-compatible API - cleaned up sloppy control flow: exit() statements everywhere darcs-hash:20081001025421-462f3-3bf666327de3a3c5ea506b2c387741dc3d0e82bf.gz --- lib/twitterapi.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'lib') diff --git a/lib/twitterapi.php b/lib/twitterapi.php index d6ec1e9a0..0570a6867 100644 --- a/lib/twitterapi.php +++ b/lib/twitterapi.php @@ -194,7 +194,6 @@ class TwitterapiAction extends Action { $twitter_status = $this->twitter_status_array($notice); $this->show_twitter_xml_status($twitter_status); $this->end_document('xml'); - exit(); } function show_single_json_status($notice) { @@ -202,7 +201,6 @@ class TwitterapiAction extends Action { $status = $this->twitter_status_array($notice); $this->show_json_objects($status); $this->end_document('json'); - exit(); } function show_single_xml_dmsg($message) { @@ -469,7 +467,6 @@ class TwitterapiAction extends Action { $this->end_document('json'); } - exit(); } function init_twitter_rss() { -- cgit v1.2.3-54-g00ecf