From f401bbf048ec46157cee379bba81dd87797797bb Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 13 Apr 2005 19:03:36 +0000 Subject: - Patch #19406 by David: fixed problem with posting using BloggerAPI. --- modules/blogapi/blogapi.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/blogapi/blogapi.module') diff --git a/modules/blogapi/blogapi.module b/modules/blogapi/blogapi.module index 016137767..f584e2c52 100644 --- a/modules/blogapi/blogapi.module +++ b/modules/blogapi/blogapi.module @@ -507,7 +507,7 @@ function blogapi_blogger_title(&$contents) { $contents = ereg_replace('[^<]*', '', $contents); } else { - list($title, $rest) = explode("\n", $contents, 2); + list($title, $contents) = explode("\n", $contents, 2); } return $title; } -- cgit v1.2.3