#4722 update_db_course do not exists

skala
Laurent Opprecht 13 years ago
parent 775682d517
commit 410cca1aec
  1. 2
      main/install/update-db-1.8.8-1.9.0.inc.php

@ -235,7 +235,7 @@ if (defined('SYSTEM_INSTALLATION')) {
//Adds the c_XXX courses tables see #3910
require_once api_get_path(LIBRARY_PATH).'add_course.lib.inc.php';
global $_configuration;
update_Db_course();
create_course_tables();
$prefix = '';
if ($singleDbForm) {

Loading…
Cancel
Save