]> git.mjollnir.org Git - s9y.git/commitdiff
Remove not-so-well working memusage
authorgarvinhicking <garvinhicking>
Sun, 15 Apr 2007 13:27:54 +0000 (13:27 +0000)
committergarvinhicking <garvinhicking>
Sun, 15 Apr 2007 13:27:54 +0000 (13:27 +0000)
include/admin/plugins.inc.php

index cfb0628002ae0a5368f95baf685cca6458d2b9be..07a876359c175ae02e30adb5189fd409d8d63ad5 100644 (file)
@@ -493,10 +493,12 @@ if (isset($_GET['serendipity']['plugin_to_conf'])) {
     <?php serendipity_plugin_api::hook_event('backend_plugins_event_header', $serendipity); ?>
     <?php show_plugins(true); ?>
 
+    <?php if (count($serendipity['memSnaps']) > 0) { ?>
     <h3>Memory Usage</h3>
     <div>
         <pre><?php print_r($serendipity['memSnaps']); ?></pre>
     </div>
+    <?php } ?>
 <?php
 }
 /* vim: set sts=4 ts=4 expandtab : */