Merging Scribus and Nighthawk repositories
authorDan
Fri, 07 Sep 2007 16:27:40 -0400
changeset 119 9de392a67964
parent 118 0c5efda996bf
child 120 0d3a6e937886
Merging Scribus and Nighthawk repositories
index.php
install.php
plugins/SpecialAdmin.php
plugins/SpecialSearch.php
plugins/SpecialUserFuncs.php
plugins/SpecialUserPrefs.php
upgrade.php
upgrade.sql
--- a/plugins/SpecialAdmin.php	Fri Sep 07 16:25:16 2007 -0400
+++ b/plugins/SpecialAdmin.php	Fri Sep 07 16:27:40 2007 -0400
@@ -2531,7 +2531,6 @@
       'icon_26' : '<?php echo scriptPath; ?>/images/icons/minusbottom.gif',// junction for opened node
       'icon_27' : '<?php echo scriptPath; ?>/images/icons/minus.gif'       // junction for last opended node
     };
-    addOnloadHook(keepalive_onload);
     <?php
     echo $paths->parseAdminTree(); // Make a Javascript array that defines the tree
     if(!isset($_GET['module'])) { echo 'addOnloadHook(_enanoAdminOnload);'; } ?>