diff options
author | Steven Wittens <steven@10.no-reply.drupal.org> | 2005-01-17 00:41:35 +0000 |
---|---|---|
committer | Steven Wittens <steven@10.no-reply.drupal.org> | 2005-01-17 00:41:35 +0000 |
commit | b45bd13d444109244826c59f4900874bc31534c3 (patch) | |
tree | 98cb0e8c8683f4a67f10616a1d65a29e1e3e7929 /includes | |
parent | 18dfd4a81a1fff11320569ca3183e35eae7d766d (diff) | |
download | brdo-b45bd13d444109244826c59f4900874bc31534c3.tar.gz brdo-b45bd13d444109244826c59f4900874bc31534c3.tar.bz2 |
- Various code style fixes
Diffstat (limited to 'includes')
-rw-r--r-- | includes/common.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/common.inc b/includes/common.inc index bc61140e9..f07df36af 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -1787,6 +1787,7 @@ 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'); |