Full rewrite of extension updates (multiple updates are supported)
[mailer.git] / inc / modules / admin / overview-inc.php
index ffc910af656ca27fb05e486eea73676982476da0..84f704c0c073cf51ceb6800af2054503bf1a15ba 100644 (file)
@@ -171,7 +171,7 @@ function OUTPUT_SELECTED_TASKS ($POST, $result_tasks) {
                                        $ext_name = substr($subj, 1, strpos($subj, ":") - 1);
                                        if ($type == "EXTENSION") {
                                                // Load SQL commands for registering
-                                               SET_SQLS(EXTENSION_REGISTER($ext_name, $id, true));
+                                               REGISTER_EXTENSION($ext_name, $id, true);
 
                                                // Add notes to text
                                                $text .= EXT_GET_NOTES();