You are here

function course_update_7134 in Course 7

Same name and namespace in other branches
  1. 7.2 course.install \course_update_7134()

Clear registry.

File

./course.install, line 1129
course.install Install and update functions for Courses.

Code

function course_update_7134() {
  registry_rebuild();
}