Update of /cvsroot/php-blog/jBlog
In directory sc8-pr-cvs1:/tmp/cvs-serv13294
Modified Files:
jBlog_rss_exchange.inc.php
Log Message:
remove func def that shouldn't be there.
Index: jBlog_rss_exchange.inc.php
===================================================================
RCS file: /cvsroot/php-blog/jBlog/jBlog_rss_exchange.inc.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- jBlog_rss_exchange.inc.php 13 Mar 2003 20:20:56 -0000 1.1
+++ jBlog_rss_exchange.inc.php 13 Mar 2003 20:42:32 -0000 1.2
@@ -1,10 +1,6 @@
<?php
require_once 'bundled-libs/Onyx/RSS.php';
-function jBlog_rss_buildItem($entry, &$item)
-{
-}
-
function jBlog_rss_buildEntry($item, &$entry)
{
$entry = array();
|