Go to the source code of this file.
Namespaces | |
| namespace | CLTREE |
Enumerations | |
| enum | DISP_ANALYSE |
| enum | DISP_REPAIR_RESULT |
Functions | |
| checkCourseOwnance () | |
Variables | |
| $cidReset = TRUE | |
| $gidReset = TRUE | |
| $tidReset = TRUE | |
| $nameTools = get_lang('Repair category structure') | |
| $htmlHeadXtra [] | |
| $analyseTreeResultMsg = null | |
| $controlMsg = array() | |
| $view = DISP_ANALYSE | |
| $validCmdList = array('repairTree', 'doAnalyse') | |
| $cmd = (isset($_REQUEST['cmd']) && in_array($_REQUEST['cmd'],$validCmdList)? $_REQUEST['cmd'] : 'doAnalyse') | |
| switch($cmd) | $out = '' |
| enum DISP_ANALYSE |
Definition at line 19 of file repaircats.php.
| enum DISP_REPAIR_RESULT |
Definition at line 20 of file repaircats.php.
| checkCourseOwnance | ( | ) |
Return course list which have an unexisting category as parent
Definition at line 164 of file repaircats.php.
| $analyseTreeResultMsg = null |
Definition at line 46 of file repaircats.php.
| $cidReset = TRUE |
Definition at line 22 of file repaircats.php.
| $cmd = (isset($_REQUEST['cmd']) && in_array($_REQUEST['cmd'],$validCmdList)? $_REQUEST['cmd'] : 'doAnalyse') |
Definition at line 55 of file repaircats.php.
| $controlMsg = array() |
Definition at line 47 of file repaircats.php.
| $gidReset = TRUE |
Definition at line 23 of file repaircats.php.
| $htmlHeadXtra[] |
' <STYLE> .error {color:red;} </STYLE> '
Definition at line 41 of file repaircats.php.
| $nameTools = get_lang('Repair category structure') |
Definition at line 39 of file repaircats.php.
Show or hide sub categories prepare display Display
Definition at line 124 of file repaircats.php.
| $tidReset = TRUE |
Definition at line 24 of file repaircats.php.
| $validCmdList = array('repairTree', 'doAnalyse') |
Definition at line 54 of file repaircats.php.
| $view = DISP_ANALYSE |
Definition at line 50 of file repaircats.php.
1.6.3