From 6e51bcd2d33417f529da15baa5a413ebfc0ca993 Mon Sep 17 00:00:00 2001 From: ewinslow Date: Tue, 2 Nov 2010 23:56:08 +0000 Subject: Fixed several typos in documentation examples git-svn-id: http://code.elgg.org/elgg/trunk@7209 36083f99-b078-4883-b0ff-0f9b5a30f544 --- documentation/examples/hooks/basic.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/examples/hooks/basic.php') diff --git a/documentation/examples/hooks/basic.php b/documentation/examples/hooks/basic.php index fe0b847a2..d9055a4aa 100644 --- a/documentation/examples/hooks/basic.php +++ b/documentation/examples/hooks/basic.php @@ -17,7 +17,7 @@ function example_plugin_hook($hook, $type, $value, $params) { return $value; } -function example_plugin_hook($hook, $type, $value, $params) { +function example_plugin_hook_2($hook, $type, $value, $params) { $username = isset($params['username']) ? $params['username'] : NULL; if (is_array($value)) { switch($username) { -- cgit v1.2.3