From 254233da61a5cda69369f3eee846bd8ad4882066 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 28 Nov 2004 14:15:12 +0000 Subject: - Fixed typo and reworded the filter. --- modules/drupal/drupal.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/drupal/drupal.module') diff --git a/modules/drupal/drupal.module b/modules/drupal/drupal.module index 64844c215..23ecc31fa 100644 --- a/modules/drupal/drupal.module +++ b/modules/drupal/drupal.module @@ -95,7 +95,7 @@ function drupal_directory_ping($arguments) { db_query("DELETE FROM {directory} WHERE link = '%s' OR mail = '%s'", $link, $mail); db_query("INSERT INTO {directory} (link, name, mail, slogan, mission, timestamp) VALUES ('%s', '%s', '%s', '%s', '%s', %d)", $link, $name, $mail, $slogan, $mission, time()); - watchdog('drectory ping', t('ping from %name (%link).', array('%name' => "$name", '%link' => "$link"))); + watchdog('directory ping', t('ping from %name (%link).', array('%name' => "$name", '%link' => "$link"))); return new xmlrpcresp(new xmlrpcval(1, 'int')); } -- cgit v1.2.3