From 7fda0d4ada15152985abd0d197019cf6ae9a1c93 Mon Sep 17 00:00:00 2001 From: Carlos Vargas Date: Tue, 2 Jun 2009 06:21:04 +0200 Subject: [PATCH] [svn r21182] Minor - Fix typo --- main/dropbox/dropbox_functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/dropbox/dropbox_functions.inc.php b/main/dropbox/dropbox_functions.inc.php index fe17001d2f..ab3bc65c6b 100644 --- a/main/dropbox/dropbox_functions.inc.php +++ b/main/dropbox/dropbox_functions.inc.php @@ -641,7 +641,7 @@ function display_add_form() { if ($current_group['number_of_members'] > 0) { - echo ''; + echo ''; } } }