Update of /cvsroot/php-blog/serendipity/plugins/serendipity_event_statistics
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28720/plugins/serendipity_event_statistics
Modified Files:
serendipity_event_statistics.php
Log Message:
immediately show plugin defaults in configuration screen instead of leaving
everything blank.
!!!!PLEASE TEST!!!!
Index: serendipity_event_statistics.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/plugins/serendipity_event_statistics/serendipity_event_statistics.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- serendipity_event_statistics.php 9 Jun 2004 11:49:23 -0000 1.9
+++ serendipity_event_statistics.php 22 Jun 2004 13:45:46 -0000 1.10
@@ -129,6 +129,7 @@
$propbag->add('type', 'string');
$propbag->add('name', PLUGIN_EVENT_STATISTICS_MAX_ITEMS);
$propbag->add('description', PLUGIN_EVENT_STATISTICS_MAX_ITEMS_DESC);
+ $propbag->add('default', 20);
break;
}
|