changeset 58 | 8f532d8ab5f5 |
parent 57 | b354deeaa4c4 |
child 73 | 0a74676a2f2f |
--- a/includes/pageutils.php Fri Jul 06 11:45:50 2007 -0400 +++ b/includes/pageutils.php Tue Jul 10 00:40:52 2007 -0400 @@ -576,7 +576,7 @@ <input type="hidden" name="do" value="diff" /> <input type="submit" value="Compare selected revisions" /> </form> - <script type="text/javascript">buildDiffList();</script>'; + <script type="text/javascript">if ( !KILL_SWITCH ) { buildDiffList(); }</script>'; } $db->free_result(); echo '<h3>Other changes:</h3>';