The split() function is deprecated since 5.3.0, and it generated warning on mine.
Replaced it with explode().
The patch is fore zen/zen/template.php.
Hope that it be commited to the latest release.
| Comment | File | Size | Author |
|---|---|---|---|
| template.php_.patch | 118 bytes | deslack |
Comments
Comment #1
johnalbinGood to know!
Your patch was reversed, but the change was easy to make by hand.
Applied to HEAD (6.x-2.x) and DRUPAL-6--1 (6.x-1.x). thanks!
You're in the CHANGELOG.txt file now!