From 3f2b0e0b3f0322dac929bb997a331cb7c021f295 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 28 Mar 2001 07:03:47 +0000 Subject: Flushing my backlog (in case Natrak wants to make more changes): - tidied up some of the code - fixed a small problems --- modules/section.module | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'modules/section.module') diff --git a/modules/section.module b/modules/section.module index 052004b00..07054903e 100644 --- a/modules/section.module +++ b/modules/section.module @@ -23,9 +23,9 @@ function section_block() { $content .= "
  • name) ."\">$_section->name (". check_output($_section->stories, 0) .")
  • \n"; } - $block[0]["subject"] = "Sections"; - $block[0]["content"] = $content; - $block[0]["info"] = "Section list"; + $block[0][subject] = "Sections"; + $block[0][content] = $content; + $block[0][info] = "Section list"; return $block; } -- cgit v1.2.3