From b3dae71697597835c31aea71b13b3a516d3fa457 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 21 Nov 2006 19:40:09 +0000 Subject: - Patch #98293 by Steven: remove restrictions on path aliases. --- includes/common.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'includes/common.inc') diff --git a/includes/common.inc b/includes/common.inc index f23e94642..cf296fddb 100644 --- a/includes/common.inc +++ b/includes/common.inc @@ -702,6 +702,9 @@ function valid_email_address($mail) { /** * Verify the syntax of the given URL. * + * This function should only be used on actual URLs. It should not be used for + * Drupal menu paths, which can contain arbitrary characters. + * * @param $url * The URL to verify. * @param $absolute -- cgit v1.2.3