I get an error in _delicious_tag_string
warning: preg_replace() [function.preg-replace]: Unknown modifier 'p' in /var/drupal/cvs/contributions/modules/delicious/delicious.module on line 980.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 189455.patch | 746 bytes | tomdeb |
I get an error in _delicious_tag_string
warning: preg_replace() [function.preg-replace]: Unknown modifier 'p' in /var/drupal/cvs/contributions/modules/delicious/delicious.module on line 980.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 189455.patch | 746 bytes | tomdeb |
Comments
Comment #1
tomdeb commentedIt's because the preg_replace is wronly terminated by one of the tags.
Using ! as a delimiter for the regex seems to fix the problem as it is a character that is excaped by preg_quote.
Comment #2
tomdeb commentedfixed in http://drupal.org/cvs?commit=87312
t o m
Comment #3
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.