Completed
Push — master ( f622d7...06cba9 )
by
unknown
09:22
created
xoops_version.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@  discard block
 block discarded – undo
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
 block discarded – undo
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',
Please login to merge, or discard this patch.