[pLog-svn] r5801 - in plugins/branches/lifetype-1.2/twitter: . class/twitter

pwestbro at devel.lifetype.net pwestbro at devel.lifetype.net
Tue Aug 7 16:51:11 EDT 2007


Author: pwestbro
Date: 2007-08-07 16:51:11 -0400 (Tue, 07 Aug 2007)
New Revision: 5801

Modified:
   plugins/branches/lifetype-1.2/twitter/class/twitter/twitter.class.php
   plugins/branches/lifetype-1.2/twitter/plugintwitter.class.php
Log:
Fix bug 1369

Removed trailing blank space in php file.


Modified: plugins/branches/lifetype-1.2/twitter/class/twitter/twitter.class.php
===================================================================
--- plugins/branches/lifetype-1.2/twitter/class/twitter/twitter.class.php	2007-08-06 02:42:53 UTC (rev 5800)
+++ plugins/branches/lifetype-1.2/twitter/class/twitter/twitter.class.php	2007-08-07 20:51:11 UTC (rev 5801)
@@ -285,6 +285,4 @@
         }
     }
 }
-
-
-?> 
\ No newline at end of file
+?>
\ No newline at end of file

Modified: plugins/branches/lifetype-1.2/twitter/plugintwitter.class.php
===================================================================
--- plugins/branches/lifetype-1.2/twitter/plugintwitter.class.php	2007-08-06 02:42:53 UTC (rev 5800)
+++ plugins/branches/lifetype-1.2/twitter/plugintwitter.class.php	2007-08-07 20:51:11 UTC (rev 5801)
@@ -20,7 +20,7 @@
 			$this->desc = "Posts to twitter when a new article is added.";
 			$this->author = "Paul Westbrook (Twitter php library provided by <a href=\"http://blog.slawcup.com/5\">David Billingham</a>)";
 			$this->locales = Array( "en_UK" );
-			$this->version = "20070608";
+			$this->version = "20070807";
 
 			if( $source == "admin" )
 				$this->initAdmin();



More information about the pLog-svn mailing list