Completed
Branch master (d674d6)
by Michael
02:05
created
include/functions.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -90,6 +90,7 @@
 block discarded – undo
90 90
 /**
91 91
  * Redirect to any page inside administration area
92 92
  *
93
+ * @param string $url
93 94
  */
94 95
 function xoopsPartners_redirect($url, $time = 3, $message = '') {
95 96
     global $xoopsModule;
Please login to merge, or discard this patch.
include/update.php 1 patch
Doc Comments   +1 added lines patch added patch discarded remove patch
@@ -71,6 +71,7 @@
 block discarded – undo
71 71
  *
72 72
  * @String  $fieldname  name of the field
73 73
  * @String  $table      name of the table with the Xoops DB prefix
74
+ * @param string $fieldname
74 75
  * @return  Boolean
75 76
  */
76 77
 function partners_fieldExists( $fieldname, $table )
Please login to merge, or discard this patch.