Minor - Removing libs already added

skala
Julio Montoya 12 years ago
parent f92c97c1e9
commit 36eef0860f
  1. 2
      main/dropbox/dropbox_init.inc.php

@ -56,8 +56,6 @@ require_once api_get_path(LIBRARY_PATH).'fileUpload.lib.php';
api_protect_course_script(); api_protect_course_script();
/* Libraries */ /* Libraries */
require_once api_get_path(LIBRARY_PATH).'course.lib.php';
require_once api_get_path(LIBRARY_PATH).'groupmanager.lib.php';
// including the library for the sortable table // including the library for the sortable table
//require_once api_get_path(LIBRARY_PATH).'tablesort.lib.php';moved to autoload //require_once api_get_path(LIBRARY_PATH).'tablesort.lib.php';moved to autoload

Loading…
Cancel
Save