diff options
author | admin <devnull@localhost> | 2006-10-21 21:39:00 +0200 |
---|---|---|
committer | admin <devnull@localhost> | 2006-10-21 21:39:00 +0200 |
commit | bd6bee75dd26ade1c8d9cfd104bb913065797c59 (patch) | |
tree | d6f4ad19ef131b950e2cab3807c3479ad328cc0c /system/libraries/Hooks.php | |
parent | 23db0ddcd518b8a6ab8b7688a3eab756a73463f0 (diff) |
Diffstat (limited to 'system/libraries/Hooks.php')
-rw-r--r-- | system/libraries/Hooks.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/system/libraries/Hooks.php b/system/libraries/Hooks.php index 3c35c9088..6f48723f6 100644 --- a/system/libraries/Hooks.php +++ b/system/libraries/Hooks.php @@ -109,7 +109,6 @@ class CI_Hooks { return TRUE; } - // END hook_exists() // -------------------------------------------------------------------- @@ -218,8 +217,6 @@ class CI_Hooks { $this->in_progress = FALSE; return TRUE; } - // END _run_hook() - } |