Updates to reflex removal of sqextractGlobalVar
[squirrelmail.git] / plugins / spamcop / setup.php
index cf4d0868fa1c2b361e04c7a75a27601dde5f0bad..21d472f5baab2525bab264e66189c8307315703d 100755 (executable)
@@ -23,7 +23,7 @@ function squirrelmail_plugin_init_spamcop() {
    $squirrelmail_plugin_hooks['read_body_header_right']['spamcop'] =
       'spamcop_show_link';
 
-   sqextractGlobalVar('spamcop_is_composing');
+    sqgetGlobalVar('spamcop_is_composing' , $spamcop_is_composing);
       
    if (isset($spamcop_is_composing)) {
       $squirrelmail_plugin_hooks['compose_send']['spamcop'] =