diff options
author | CiaranG <ciaran@ciarang.com> | 2008-08-16 04:34:22 -0400 |
---|---|---|
committer | CiaranG <ciaran@ciarang.com> | 2008-08-16 04:34:22 -0400 |
commit | bfb22a99329c61f4b117ca6151fb461fec3ac192 (patch) | |
tree | ecf5f2b9fab85e096aee9f14971a0d0610c4915b /lib/common.php | |
parent | a0b6ebdd2d8e40ff8694a89bbec1c86c05b2235c (diff) |
XMPP daemon updates including help, sub and subsub commands, plus subscribe/unsubcribe logic broken out into standalone module for sharing
darcs-hash:20080816083422-f6e2c-fb8b4e0581719bd8c3f433e661ec9742e1b84cbc.gz
Diffstat (limited to 'lib/common.php')
-rw-r--r-- | lib/common.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/common.php b/lib/common.php index 1aa60fc42..d1bab51a6 100644 --- a/lib/common.php +++ b/lib/common.php @@ -130,7 +130,6 @@ require_once(INSTALLDIR.'/lib/util.php'); require_once(INSTALLDIR.'/lib/action.php'); require_once(INSTALLDIR.'/lib/theme.php'); require_once(INSTALLDIR.'/lib/mail.php'); -require_once(INSTALLDIR.'/lib/subs.php'); function __autoload($class) { if ($class == 'OAuthRequest') { |