- fixing a invaild if that has slipped in.

4.3.x
Kjartan Mannes 2003-09-05 13:19:00 +00:00
parent 30c546931d
commit 2feb19abc2
1 changed files with 1 additions and 1 deletions

View File

@ -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 {