Completed
Push — master ( c39b68...a1acf8 )
by Michael
03:03
created
class/tree.php 1 patch
Doc Comments   +5 added lines patch added patch discarded remove patch
@@ -18,6 +18,11 @@
 block discarded – undo
18 18
 
19 19
     function __constrcut(){
20 20
     }
21
+
22
+    /**
23
+     * @param integer $key
24
+     * @param string $prefix_orig
25
+     */
21 26
     function _makeArrayTreeOptions( $fieldName, $key, &$ret, $prefix_orig, $prefix_curr = '' ) {
22 27
         if ( $key > 0 ) {
23 28
             $value = $this->_tree[$key]['obj']->getVar( $this->_myId );
Please login to merge, or discard this patch.
include/functions.php 1 patch
Doc Comments   +4 added lines patch added patch discarded remove patch
@@ -32,6 +32,10 @@
 block discarded – undo
32 32
     }
33 33
 }
34 34
 
35
+/**
36
+ * @param string $permtype
37
+ * @param string $dirname
38
+ */
35 39
 function TDMDownloads_MygetItemIds($permtype,$dirname)
36 40
 {
37 41
     global $xoopsUser;
Please login to merge, or discard this patch.