diff options
author | friendica <info@friendica.com> | 2012-06-19 18:26:40 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2012-06-19 18:26:40 -0700 |
commit | 1dd33770ed906c5c264166ae592779023ad2f919 (patch) | |
tree | f0881c4295fab772923261faa28ddbe36b3f19f0 /boot.php | |
parent | 01aa9539516a5a530c017a5effc9c186a4313649 (diff) | |
download | volse-hubzilla-1dd33770ed906c5c264166ae592779023ad2f919.tar.gz volse-hubzilla-1dd33770ed906c5c264166ae592779023ad2f919.tar.bz2 volse-hubzilla-1dd33770ed906c5c264166ae592779023ad2f919.zip |
plugin optimisation - don't loop through every single plugin callback for every hook call, only those registered for that hook
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -78,14 +78,6 @@ define ( 'CONTACT_IS_FRIEND', 3); /** - * Hook array order - */ - -define ( 'HOOK_HOOK', 0); -define ( 'HOOK_FILE', 1); -define ( 'HOOK_FUNCTION', 2); - -/** * DB update return values */ |