1 Mar 2007 12:06
r1637 - trunk/plugins/serendipity_event_creativecommons
garvinhicking at BerliOS <garvinhicking <at> mail.berlios.de>
2007-03-01 11:06:56 GMT
2007-03-01 11:06:56 GMT
Author: garvinhicking
Date: 2007-03-01 12:06:56 +0100 (Thu, 01 Mar 2007)
New Revision: 1637
Modified:
trunk/plugins/serendipity_event_creativecommons/serendipity_event_creativecommons.php
Log:
Fix is_array() check
Modified: trunk/plugins/serendipity_event_creativecommons/serendipity_event_creativecommons.php
===================================================================
---
trunk/plugins/serendipity_event_creativecommons/serendipity_event_creativecommons.php 2007-02-27
12:15:00 UTC (rev 1636)
+++
trunk/plugins/serendipity_event_creativecommons/serendipity_event_creativecommons.php 2007-03-01
11:06:56 UTC (rev 1637)
<at> <at> -23,7 +23,7 <at> <at>
$propbag->add('description', PLUGIN_CREATIVECOMMONS_DESC);
$propbag->add('stackable', false);
$propbag->add('author', 'Evan Nemerson');
- $propbag->add('version', '1.2');
+ $propbag->add('version', '1.3');
$propbag->add('requirements', array(
'serendipity' => '0.8',
'smarty' => '2.6.7',
<at> <at> -167,8 +167,10 <at> <at>
case 'frontend_display:rss-1.0:once':
$eventData['display_dat'] .= '<cc:License rdf:about="'.$license_uri.'">';
(Continue reading)
RSS Feed