[cvs] cvs commit: imp/lib/Maintenance - New directory

Mathieu Arnold arn_mat@club-internet.fr
Thu, 25 Oct 2001 12:43:01 +0200


Jan Schneider wrote:
> 
> jan         2001/10/25 02:32:11 PDT
> 
>   imp/lib/Maintenance - New directory
> 
>   Chora Links:

--- cfg_local.pm~       Thu Oct 25 12:41:18 2001
+++ cfg_local.pm        Thu Oct 25 12:42:12 2001
@@ -75,10 +75,12 @@
        push @output, $_;
     }
 
-    # Add the Chora links to the bottom of the email.
-    push @output, "";
-    push @output, "  Chora Links:";
-    push @output, @links;
+    if (scalar(@links) > 0) {
+        # Add the Chora links to the bottom of the email.
+        push @output, "";
+        push @output, "  Chora Links:";
+        push @output, @links;
+    }
 
     return @output;
 };

:)

-- 
Mathieu Arnold