@@ -90,6 +90,7 @@ |
||
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; |
@@ -71,6 +71,7 @@ |
||
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 ) |