Browse Source

Only 1 category per question see BT#6093

Julio Montoya 11 years ago
parent
commit
b4ad05a933
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/exercice/question.class.php

+ 1 - 1
main/exercice/question.class.php

@@ -1334,7 +1334,7 @@ abstract class Question
      */
     public function createForm(&$form, $fck_config = array())
     {
-        $maxCategories = 20;
+        $maxCategories = 1;
         $url = api_get_path(WEB_AJAX_PATH).'exercise.ajax.php?1=1';
         $js = null;