diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-12-30 16:01:14 -0500 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-12-30 16:01:14 -0500 |
commit | 481c6d2316f3a31c85235cb64fbd198a08a92211 (patch) | |
tree | 05c8949dc09ab6fb4dcbc330a36f86ffc1163520 /_darcs/tentative_pristine | |
parent | a3f601cd4e45832fb8bdd89419dde93d9a89aadb (diff) |
add some breaks so that switch statement works
darcs-hash:20081230210114-84dde-4fbf5b718841ae1c46129a6b58d6b4e239d8be09.gz
Diffstat (limited to '_darcs/tentative_pristine')
-rw-r--r-- | _darcs/tentative_pristine | 21 |
1 files changed, 4 insertions, 17 deletions
diff --git a/_darcs/tentative_pristine b/_darcs/tentative_pristine index 02f15d0f6..8dfaf737a 100644 --- a/_darcs/tentative_pristine +++ b/_darcs/tentative_pristine @@ -1,17 +1,4 @@ -hunk ./actions/twitapilaconica.php 56 -+ * URL: http://identi.ca/api/laconica/version.(xml|json) -+ * Formats: xml, json -hunk ./actions/twitapilaconica.php 70 -- common_server_error(_('API method under construction.'), 501); -+ switch ($apidata['content-type']) { -+ case 'xml': -+ $this->init_document('xml'); -+ common_element('version', null, LACONICA_VERSION); -+ $this->end_document('xml'); -+ case 'json': -+ $this->init_document('json'); -+ print '"'.LACONICA_VERSION.'"'; -+ $this->end_document('json'); -+ default: -+ $this->client_error(_('API method not found!'), $code=404); -+ } +hunk ./actions/twitapilaconica.php 75 ++ break; +hunk ./actions/twitapilaconica.php 80 ++ break; |