The following error notice is generated in Drupal 6.4 when you visit the "Administer > Site Configuration > Site information" page.

notice: Undefined variable: pbrk in D:\CVS-DRUPAL-6\sites\memorydevelopment\modules\tinytinymce\tinytinymce.module on line 169.

To resolve, I just declared the $pbrk variable at the top of the function using:
static $pbrk

Just FYI

CommentFileSizeAuthor
#3 pbrk.patch421 byteskndr
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Steve Lockwood’s picture

Status: Active » Fixed

Thanks Eric - it's worth recording these things in case other people come up against the same problem.

Steve

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

kndr’s picture

Version: 6.x-1.9 » 6.x-1.12
Status: Closed (fixed) » Needs review
FileSize
421 bytes

A little patch.