Completed
Push — 5-2 ( 4c1917...0e2786 )
by
unknown
02:35
created
modfunc1/class.tx_crawler_modfunc1.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -694,6 +694,7 @@  discard block
 block discarded – undo
694 694
      * @param	array		Page row or set-id
695 695
      * @param	string		Title string
696 696
      * @param	int			Items per Page setting
697
+     * @param string $titleString
697 698
      * @return	string		HTML <tr> content (one or more)
698 699
      */
699 700
     public function drawLog_addRows($pageRow_setId, $titleString, $itemsPerPage = 10)
@@ -1204,6 +1205,8 @@  discard block
 block discarded – undo
1204 1205
      * @param	string		Selector box name
1205 1206
      * @param	string		Selector box value (array for multiple...)
1206 1207
      * @param	boolean		If set, will draw multiple box.
1208
+     * @param string $name
1209
+     * @param integer $multiple
1207 1210
      * @return	string		HTML select element
1208 1211
      */
1209 1212
     public function selectorBox($optArray, $name, $value, $multiple)
Please login to merge, or discard this patch.