@@ -239,6 +239,9 @@ |
||
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(); |