[pLog-svn] r5354 - plugins/branches/lifetype-1.2/twitter
pwestbro at devel.lifetype.net
pwestbro at devel.lifetype.net
Sat Apr 28 05:52:42 EDT 2007
Author: pwestbro
Date: 2007-04-28 05:52:42 -0400 (Sat, 28 Apr 2007)
New Revision: 5354
Modified:
plugins/branches/lifetype-1.2/twitter/plugintwitter.class.php
Log:
Removed some debug logging
Modified: plugins/branches/lifetype-1.2/twitter/plugintwitter.class.php
===================================================================
--- plugins/branches/lifetype-1.2/twitter/plugintwitter.class.php 2007-04-28 09:19:18 UTC (rev 5353)
+++ plugins/branches/lifetype-1.2/twitter/plugintwitter.class.php 2007-04-28 09:52:42 UTC (rev 5354)
@@ -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 = "20070427";
+ $this->version = "20070428";
if( $source == "admin" )
$this->initAdmin();
@@ -122,11 +122,13 @@
$t->password = $this->twitterPassword;
$res = $t->update($postUrl);
+ /*
if($res===false){
error_log( "ERROR posting tweet" . $t->responseInfo);
}else{
error_log( "SUCCESS Status Posted" );
}
+ */
}
More information about the pLog-svn
mailing list