summaryrefslogtreecommitdiff
path: root/modules/drupal.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-02-28 17:55:50 +0000
committerDries Buytaert <dries@buytaert.net>2004-02-28 17:55:50 +0000
commit7d0eb5376d035f05eef56c21805ddf6280fe8ebc (patch)
tree54d7b800cd432af8fb408849215154633f76168f /modules/drupal.module
parent16c1bcada10b739a74d3374bc62bcf1883b7c640 (diff)
downloadbrdo-7d0eb5376d035f05eef56c21805ddf6280fe8ebc.tar.gz
brdo-7d0eb5376d035f05eef56c21805ddf6280fe8ebc.tar.bz2
- Patch #6110 by Goba: stop cheating in the Drupal site list.
Diffstat (limited to 'modules/drupal.module')
-rw-r--r--modules/drupal.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/drupal.module b/modules/drupal.module
index 837ec123f..77a5c8f3a 100644
--- a/modules/drupal.module
+++ b/modules/drupal.module
@@ -75,7 +75,7 @@ function drupal_directory_ping($arguments) {
$argument = $arguments->getparam(0);
$link = strip_tags($argument->scalarval());
$argument = $arguments->getparam(1);
- $name = strip_tags($argument->scalarval());
+ $name = trim(strip_tags($argument->scalarval()));
$argument = $arguments->getparam(2);
$mail = strip_tags($argument->scalarval());
$argument = $arguments->getparam(3);