summaryrefslogtreecommitdiffstats
path: root/system/libraries/Hooks.php
diff options
context:
space:
mode:
authoradmin <devnull@localhost>2006-10-21 21:39:00 +0200
committeradmin <devnull@localhost>2006-10-21 21:39:00 +0200
commitbd6bee75dd26ade1c8d9cfd104bb913065797c59 (patch)
treed6f4ad19ef131b950e2cab3807c3479ad328cc0c /system/libraries/Hooks.php
parent23db0ddcd518b8a6ab8b7688a3eab756a73463f0 (diff)
Diffstat (limited to 'system/libraries/Hooks.php')
-rw-r--r--system/libraries/Hooks.php3
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()
-
}