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.

AttachmentSize
blogapi-cleanup.patch3.33 KB

#1

fajerstarter - January 11, 2007 - 08:32

This doesn't seem right:

-  $xmlrpc = $base_url .'/'. 'xmlrpc.php';
+  $xmlrpc = $base_url .'/' . 'xmlrpc.php';

Removed that from the patch.

AttachmentSize
blogapi-cleanup_0.patch3.04 KB

#2

RobRoy - January 12, 2007 - 00:47

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

walkah - March 26, 2007 - 01:16
Status:patch (code needs review)» patch (reviewed & tested by the community)

looks fine by me.

#4

Dries - March 26, 2007 - 06:30
Status:patch (reviewed & tested by the community)» fixed

Committed to CVS HEAD. Thanks! :-)

#5

drumm - March 29, 2007 - 05:15

Committed to 5.

#6

Anonymous - April 12, 2007 - 05:18
Status:fixed» closed
 
 

Drupal is a registered trademark of Dries Buytaert.