From e3902eba7fdea1718d96e27533938c910ed7da88 Mon Sep 17 00:00:00 2001 From: alecpl <alec@alec.pl> Date: Fri, 25 Apr 2008 03:16:56 -0400 Subject: [PATCH] - movingmessage label could and should be added in mail task only --- program/include/main.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/program/include/main.inc b/program/include/main.inc index abd1836..cf7f89c 100644 --- a/program/include/main.inc +++ b/program/include/main.inc @@ -479,7 +479,7 @@ $OUTPUT->set_charset($CONFIG['charset']); // add some basic label to client - $OUTPUT->add_label('loading', 'movingmessage'); + $OUTPUT->add_label('loading'); } /** -- Gitblit v1.9.1