From 808b6b6cae71afd741023a0c08a6c925f2198752 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 11 Aug 2001 14:54:39 +0000 Subject: - Changed the authentication and login scheme as discussed on the mailing list. - Fixed the export function in book.module (patch my Julian). - Fixed the comment alignment (comments got truncated). --- modules/page/page.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/page/page.module') diff --git a/modules/page/page.module b/modules/page/page.module index 2c4e04cdb..0929e2ec2 100644 --- a/modules/page/page.module +++ b/modules/page/page.module @@ -17,7 +17,7 @@ function page_link($type) { $links[] = "nid\">$page->link"; } } - + return $links ? $links : array(); } -- cgit v1.2.3