Skip to content

Commit

Permalink
Remove unused tables #7597
Browse files Browse the repository at this point in the history
  • Loading branch information
jmontoyaa committed Apr 2, 2015
1 parent f1f8204 commit 5f46223
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 765 deletions.
5 changes: 0 additions & 5 deletions index.php
Expand Up @@ -94,11 +94,6 @@
Database::free_result($result_last_login);

//Event::event_login();
if (api_is_platform_admin()) {
// decode all open event informations and fill the track_c_* tables
include api_get_path(LIBRARY_PATH).'stats.lib.inc.php';
decodeOpenInfos();
}
}
// End login -- if ($_POST['submitAuth'])
} else {
Expand Down
7 changes: 0 additions & 7 deletions main/inc/lib/database.constants.inc.php
Expand Up @@ -138,14 +138,7 @@
define('TABLE_STATISTIC_TRACK_E_UPLOADS', 'track_e_uploads');
define('TABLE_STATISTIC_TRACK_E_HOTSPOT', 'track_e_hotspot');
define('TABLE_STATISTIC_TRACK_E_ITEM_PROPERTY', 'track_e_item_property');
define('TABLE_STATISTIC_TRACK_E_OPEN', 'track_e_open');

define('TABLE_STATISTIC_TRACK_FILTERED_TERMS', 'track_filtered_terms');
define('TABLE_STATISTIC_TRACK_C_BROWSERS', 'track_c_browsers');
define('TABLE_STATISTIC_TRACK_C_COUNTRIES', 'track_c_countries');
define('TABLE_STATISTIC_TRACK_C_OS', 'track_c_os');
define('TABLE_STATISTIC_TRACK_C_PROVIDERS', 'track_c_providers');
define('TABLE_STATISTIC_TRACK_C_REFERERS', 'track_c_referers');

//Course catalog stats see #4191
define('TABLE_STATISTIC_TRACK_COURSE_RANKING', 'track_course_ranking');
Expand Down

0 comments on commit 5f46223

Please sign in to comment.