Updated RSSParser PhilMod (markdown)

virexmachina 2012-07-09 12:09:17 -07:00
parent ee1cdd9a40
commit 34cd31ffdf

@ -1,5 +1,5 @@
<code>
&lt;?php if (!defined('BASEPATH')) exit('No direct script access allowed');
<?php if (!defined('BASEPATH')) exit('No direct script access allowed');
/*
* This class is written based entirely on the work found below
@ -162,5 +162,5 @@ class RSSParser
}
?&gt;
?>
</code>