Passed
Push — master ( 230ed5...f6def3 )
by William
02:51
created
dashboard/application/models/Grocery_crud_model.php 1 patch
Doc Comments   +3 added lines patch added patch discarded remove patch
@@ -239,6 +239,9 @@
 block discarded – undo
239 239
     	return 's'.substr(md5($field_name),0,8); //This s is because is better for a string to begin with a letter and not with a number
240 240
     }
241 241
 
242
+    /**
243
+     * @param integer $limit
244
+     */
242 245
     function get_relation_array($field_name , $related_table , $related_field_title, $where_clause, $order_by, $limit = null, $search_like = null)
243 246
     {
244 247
     	$relation_array = array();
Please login to merge, or discard this patch.