Completed
Pull Request — developer (#7993)
by Sławomir
359:59 queued 344:48
created
vtlib/Vtiger/Link.php 1 patch
Doc Comments   +2 added lines patch added patch discarded remove patch
@@ -147,6 +147,7 @@  discard block
 block discarded – undo
147 147
 	 * Get all the links related to module.
148 148
 	 *
149 149
 	 * @param int Module ID
150
+	 * @param boolean $tabid
150 151
 	 */
151 152
 	public static function getAll($tabid)
152 153
 	{
@@ -278,6 +279,7 @@  discard block
 block discarded – undo
278 279
 
279 280
 	/**
280 281
 	 * Extract the links of module for export.
282
+	 * @param boolean $tabid
281 283
 	 */
282 284
 	public static function getAllForExport($tabid)
283 285
 	{
Please login to merge, or discard this patch.