From 234611f432d93329fbcefb3dcf2ebd9cf1a4576c Mon Sep 17 00:00:00 2001 From: tony baldwin Date: Mon, 11 Feb 2013 03:40:54 -0500 Subject: [PATCH] minor alteration --- curtemp/curtemp.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/curtemp/curtemp.php b/curtemp/curtemp.php index 372f0dbc..f52ab940 100644 --- a/curtemp/curtemp.php +++ b/curtemp/curtemp.php @@ -11,7 +11,6 @@ function curtemp_install() { register_hook('network_mod_init', 'addon/curtemp/curtemp.php', 'curtemp_network_mod_init'); register_hook('plugin_settings', 'addon/curtemp/curtemp.php', 'curtemp_plugin_settings'); register_hook('plugin_settings_post', 'addon/curtemp/curtemp.php', 'curtemp_plugin_settings_post'); - register_hook('profile_advanced', 'addon/curtemp/curtemp.php', 'curtemp_profile_advanced'); } @@ -19,7 +18,6 @@ function curtemp_uninstall() { unregister_hook('network_mod_init', 'addon/curtemp/curtemp.php', 'curtemp_network_mod_init'); unregister_hook('plugin_settings', 'addon/curtemp/curtemp.php', 'curtemp_plugin_settings'); unregister_hook('plugin_settings_post', 'addon/curtemp/curtemp.php', 'curtemp_plugin_settings_post'); - unregister_hook('profile_advanced', 'addon/curtemp/curtemp.php', 'curtemp_profile_advanced'); } -- 2.39.5