]> git.mjollnir.org Git - moodle.git/commitdiff
fixed function name
authordhawes <dhawes>
Thu, 27 Jan 2005 01:59:43 +0000 (01:59 +0000)
committerdhawes <dhawes>
Thu, 27 Jan 2005 01:59:43 +0000 (01:59 +0000)
blocks/rss_client/block_rss_client_action.php

index 8cb17fa92a5818ca12eef568a87357844557271d..c0a80b0f4c85c64c165fe06793fbab9a9b963138 100644 (file)
                 $dataobject->description = addslashes(rss_unhtmlentities($rss->channel['description']));
             }
             if (!empty($rss->channel['title'])) {
-                $dataobject->title = addslashes(unhtmlentities($rss->channel['title']));
+                $dataobject->title = addslashes(rss_unhtmlentities($rss->channel['title']));
             } 
             if (!update_record('block_rss_client', $dataobject)) {
                 error('There was an error trying to update rss feed with id:'. $rssid);