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.

CommentFileSizeAuthor
#1 189455.patch746 bytestomdeb

Comments

tomdeb’s picture

Status: Active » Needs review
StatusFileSize
new746 bytes

It'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.

tomdeb’s picture

Version: master » 5.x-1.x-dev
Status: Needs review » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.