Changed structure of tag_association table
[fa-stable.git] / admin / inst_module.php
index 5b5788e6739ac2674da37e3ff542e25ca5d330a8..5bce6ba6c509bf96a51de8834e4b00ab0eb8fa02 100644 (file)
@@ -34,18 +34,6 @@ else
        $selected_id = -1;
 
 //---------------------------------------------------------------------------------------------
-function get_company_extensions($id = -1) {
-
-       global $path_to_root;
-
-       $file = $path_to_root.($id == -1 ? '' : '/company/'.$id).'/installed_extensions.php';
-       $installed_extensions = array();
-       if (is_file($file)) {
-               include($file);
-       }
-       return $installed_extensions;
-}
-
 function check_data($id, $exts)
 {
        if ($_POST['name'] == "") {