From a8e680230b2ca66cd1d95aaac228ed0c3a0d77ad Mon Sep 17 00:00:00 2001 From: pete Date: Thu, 11 Mar 2010 13:04:38 +0000 Subject: Riverdashboard updated to new UI. DOM simplified a bit & css cleaned up. git-svn-id: http://code.elgg.org/elgg/trunk@5358 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/riverdashboard/endpoint/ping.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mod/riverdashboard/endpoint') diff --git a/mod/riverdashboard/endpoint/ping.php b/mod/riverdashboard/endpoint/ping.php index 2a87da746..c5613dd0c 100644 --- a/mod/riverdashboard/endpoint/ping.php +++ b/mod/riverdashboard/endpoint/ping.php @@ -45,8 +45,7 @@ $all_activity = $annotations + $entity_creation + $entity_update; if ($all_activity > 0) { $s = ($all_activity == 1) ? '' : 's'; - echo "$all_activity update$s!"; - //echo ""; + echo "$all_activity update$s!"; ?>