[pLog-svn] r2865 - plugins/branches/lifetype-1.0

jondaley at devel.lifetype.net jondaley at devel.lifetype.net
Sun Jan 29 01:41:32 GMT 2006


Author: jondaley
Date: 2006-01-29 01:41:32 +0000 (Sun, 29 Jan 2006)
New Revision: 2865

Modified:
   plugins/branches/lifetype-1.0/moblog.php
Log:
added a closing quote, just so it looks nicer

Modified: plugins/branches/lifetype-1.0/moblog.php
===================================================================
--- plugins/branches/lifetype-1.0/moblog.php	2006-01-29 01:38:28 UTC (rev 2864)
+++ plugins/branches/lifetype-1.0/moblog.php	2006-01-29 01:41:32 UTC (rev 2865)
@@ -283,7 +283,7 @@
         MoblogLogger::log( "There was an error adding the post to the database.");
     }
     else {
-        $responseBody = "Post was successfully added to the database with topic '".$request->getTopic()."\n\n";
+        $responseBody = "Post was successfully added to the database with topic '".$request->getTopic()."'\n\n";
         if( count($request->getAttachments()) > 0 ) {
             $responseBody .= "The following attachments have been added:\n\n";
             $responseBody .= $resNames;



More information about the pLog-svn mailing list