diff --git a/includes/common.inc b/includes/common.inc index e5c23fcabceb5b8c5665acf2ddeb26ae430efa6a..cae9f06610d8cb8b603d1470d76ad99ec849f4fe 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -1018,7 +1018,7 @@ function field_set($string, $name, $value) { function link_page() { global $custom_links; - if (0 && is_array($custom_links)) { + if (is_array($custom_links)) { return $custom_links; } else {