From 66c5b70736553b2c84eb8835e7b4c3ad7c34c8f8 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 22 Oct 2002 18:46:43 +0000 Subject: - Wrapped some hardcoded colors in "theme_invoke()"s; we can still create a drupal_error() later on but I think we better get used to theme_invoke(). - Fixed translation bug. Patch by Moshe. - Fixed PHP warning. Patch by ax. --- modules/tracker/tracker.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/tracker') diff --git a/modules/tracker/tracker.module b/modules/tracker/tracker.module index 32a8a0885..e663ea798 100644 --- a/modules/tracker/tracker.module +++ b/modules/tracker/tracker.module @@ -48,7 +48,7 @@ function tracker_comments($id = 0) { $output .= "\n"; } -- cgit v1.2.3