diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2005-01-17 18:56:11 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2005-01-17 18:56:11 +0000 |
commit | a1579a3aee36faee9bd78111a3de0997e59b8f2e (patch) | |
tree | 778a73110524d4b3b67f05ff97a67024c5bc8f84 /includes | |
parent | b45bd13d444109244826c59f4900874bc31534c3 (diff) | |
download | brdo-a1579a3aee36faee9bd78111a3de0997e59b8f2e.tar.gz brdo-a1579a3aee36faee9bd78111a3de0997e59b8f2e.tar.bz2 |
- Reversing bad commit, sorry everyone.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/common.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc index f07df36af..bc61140e9 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -1787,7 +1787,6 @@ include_once 'includes/menu.inc'; include_once 'includes/tablesort.inc'; include_once 'includes/file.inc'; include_once 'includes/xmlrpc.inc'; -include_once 'includes/js.inc'; // Set the Drupal custom error handler. set_error_handler('error_handler'); |