diff options
author | Dries Buytaert <dries@buytaert.net> | 2001-04-16 13:26:38 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2001-04-16 13:26:38 +0000 |
commit | 53c67ac0a2dc6162fa879176cc50748026692e9b (patch) | |
tree | 57dd5048e28959ca8cd3df3f17fd635e0c9ab65b /includes | |
parent | 657c3bb2098c2ce7502d6feeaa754518e857bdef (diff) | |
download | brdo-53c67ac0a2dc6162fa879176cc50748026692e9b.tar.gz brdo-53c67ac0a2dc6162fa879176cc50748026692e9b.tar.bz2 |
- a few changes which might help overcome Jeroen's redeclartion problem
(or might not)
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 5c10bb5aa..2d0d9e324 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -32,6 +32,7 @@ function throttle($type, $rate) { $conf = conf_init(); include_once "includes/$conf.conf"; +include_once "includes/structure.inc"; include_once "includes/database.inc"; include_once "includes/variable.inc"; include_once "includes/function.inc"; |