Update of /cvsroot/php-blog/serendipity/plugins/serendipity_event_statistics
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5272
Modified Files:
serendipity_event_statistics.php
Log Message:
Upps, one of my other modifications for future CVS slipped through :-)
[which is, BTW, already working great :-)]
Index: serendipity_event_statistics.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/plugins/serendipity_event_statistics/serendipity_event_statistics.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- serendipity_event_statistics.php 26 Mar 2004 16:47:22 -0000 1.1
+++ serendipity_event_statistics.php 26 Mar 2004 16:54:03 -0000 1.2
@@ -134,11 +134,11 @@
if (isset($hooks[$event])) {
switch($event) {
case 'backend_sidebar_entries':
- if ($serendipity['serendipityUserlevel'] >= USERLEVEL_EDITOR) {
+ // if ($serendipity['serendipityUserlevel'] >= USERLEVEL_EDITOR) {
?>
• <a href="?serendipity[adminModule]=event_display&serendipity[adminAction]=statistics"><?php echo PLUGIN_EVENT_STATISTICS_NAME; ?></a><br />
<?php
- }
+ // }
break;
|