Completed
Push — master ( ded118...cf7347 )
by Michael
02:48
created
admin/importxwords.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -14,6 +14,9 @@
 block discarded – undo
14 14
 global $xoopsModuleConfig, $xoopsUser, $xoopsModule, $xoopsDB;
15 15
 $go = isset($_POST['go']) ? $_POST['go'] : 0;
16 16
 
17
+/**
18
+ * @param string $msg
19
+ */
17 20
 function showerror($msg) {
18 21
     global $xoopsDB;
19 22
     if ($xoopsDB->error()!='') {
Please login to merge, or discard this patch.