From a170d1f8f22f10201a4b474c367a8170122f911e Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 11 Mar 2008 08:13:14 +0000 Subject: - Patch #231437 by catch, Rob, freso et al: remove ping module from core. --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index 67a32cee6..b499b46b8 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -54,7 +54,7 @@ function system_help($path, $arg) { $output .= ''; $output .= '

'. t('For more information, see the online handbook entry for System module.', array('@system' => 'http://drupal.org/handbook/modules/system/')) .'

'; return $output; -- cgit v1.2.3