/**
  * move all learning modules with individual styles to new style
  */
 function moveIndividualStylesObject()
 {
     include_once "./Modules/LearningModule/classes/class.ilObjContentObject.php";
     ilObjContentObject::_moveLMStyles(-1, $_GET["to_style"]);
     $this->ctrl->redirect($this, "editContentStyles");
 }