Code style clean-up: blogapi.module
webchick - January 7, 2007 - 04:53
| Project: | Drupal |
| Version: | 5.x-dev |
| Component: | blogapi.module |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
From Coder module.
| Attachment | Size |
|---|---|
| blogapi-cleanup.patch | 3.33 KB |

#1
This doesn't seem right:
- $xmlrpc = $base_url .'/'. 'xmlrpc.php';+ $xmlrpc = $base_url .'/' . 'xmlrpc.php';
Removed that from the patch.
#2
Might as well put it back in as this as long as we're in there.
- $xmlrpc = $base_url .'/'. 'xmlrpc.php';
+ $xmlrpc = $base_url .'/xmlrpc.php';
#3
looks fine by me.
#4
Committed to CVS HEAD. Thanks! :-)
#5
Committed to 5.
#6