From d045fd04d4b42a749a113dd27f439f9766800975 Mon Sep 17 00:00:00 2001 From: Friendika Date: Fri, 24 Dec 2010 23:44:17 -0800 Subject: provide separate plugin settings page, update demo plugin, fix hook_register --- boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot.php') diff --git a/boot.php b/boot.php index c34002809..7b7adba82 100644 --- a/boot.php +++ b/boot.php @@ -2047,7 +2047,7 @@ function profile_sidebar($profile) { if(! function_exists('register_hook')) { function register_hook($hook,$file,$function) { - $r = q("SELECT FROM `hook` WHERE `hook` = '%s' AND `file` = '%s' AND `function` = '%s' LIMIT 1", + $r = q("SELECT * FROM `hook` WHERE `hook` = '%s' AND `file` = '%s' AND `function` = '%s' LIMIT 1", dbesc($hook), dbesc($file), dbesc($function) -- cgit v1.2.3