Code Duplication    Length = 6-6 lines in 2 locations

geodirectory-functions/post_functions.php 2 locations

@@ 1442-1447 (lines=6) @@
1439
1440
        $html = geodir_show_image($image, $size, $no_image, false);
1441
1442
        if (!empty($html) && $echo) {
1443
            echo $html;
1444
        } elseif (!empty($html)) {
1445
            return $html;
1446
        } else
1447
            return false;
1448
    }
1449
}
1450
@@ 1674-1679 (lines=6) @@
1671
            }
1672
        }
1673
1674
        if (!empty($html) && $echo) {
1675
            echo $html;
1676
        } elseif (!empty($html)) {
1677
            return $html;
1678
        } else
1679
            return false;
1680
    }
1681
}
1682