@@ -63,7 +63,7 @@ discard block |
||
| 63 | 63 | // Module SQL Tables |
| 64 | 64 | $modversion['tables'] = array('xoopsfaq_contents', |
| 65 | 65 | 'xoopsfaq_categories' |
| 66 | -) ; |
|
| 66 | +); |
|
| 67 | 67 | |
| 68 | 68 | // Scripts to run upon installation or update |
| 69 | 69 | $modversion['onInstall'] = "include/oninstall.inc.php"; |
@@ -136,7 +136,7 @@ discard block |
||
| 136 | 136 | $editor_handler = XoopsEditorHandler::getInstance(); |
| 137 | 137 | $editorList = array_flip($editor_handler->getList()); |
| 138 | 138 | |
| 139 | -$modversion['config'] = array(array('name' => 'use_wysiwyg', |
|
| 139 | +$modversion['config'] = array(array('name' => 'use_wysiwyg', |
|
| 140 | 140 | 'title' => '_MI_XOOPSFAQ_EDITORS', |
| 141 | 141 | 'description' => '_MI_XOOPSFAQ_EDITORS_DESC', |
| 142 | 142 | 'formtype' => 'select', |