From 2feb19abc200162e6ed0b4f25599a6f55623ab4a Mon Sep 17 00:00:00 2001 From: Kjartan Mannes Date: Fri, 5 Sep 2003 13:19:00 +0000 Subject: - fixing a invaild if that has slipped in. --- includes/common.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'includes') diff --git a/includes/common.inc b/includes/common.inc index e5c23fcab..cae9f0661 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 { -- cgit v1.2.3