summaryrefslogtreecommitdiff
path: root/modules/taxonomy/taxonomy.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-02-27 22:48:32 +0000
committerDries Buytaert <dries@buytaert.net>2003-02-27 22:48:32 +0000
commitf21742c77285c4d29f54d61728c460c784f3862a (patch)
treebc7e652b16f711807b6ccfca391c9b7caa0d6521 /modules/taxonomy/taxonomy.module
parent6f6561a8b2147c778918385ecb29514fd9ac0550 (diff)
downloadbrdo-f21742c77285c4d29f54d61728c460c784f3862a.tar.gz
brdo-f21742c77285c4d29f54d61728c460c784f3862a.tar.bz2
- Patch by Ax: "The $block->path setting, which <cite>lets you define regular expressions to specify on which pages you want the specific blocks to be shown</cite> [1], has been disfunctional for some time (did it ever work at all?). one reason was the magic_quotes_gpc / stripslashes issue [2] - luckily, this got solved today. the other reason is a buggy implementation that a) compares the path to $PHP_SELF (which is the script name only, without any url params like "?op=view&id=13"; in the case of clean urls, worse, it is index.php always ...) instead of request_uri() (which does have these params and the proper value), and b) doesn't properly escape the regexp delimiter character in the expression ("/back\/slash/")."
Diffstat (limited to 'modules/taxonomy/taxonomy.module')
0 files changed, 0 insertions, 0 deletions