Hi all,
I play with Amazon module and the last version onf drupal 7 alpha2 on localhost, i have this error which come each time
Deprecated function: Function split() is deprecated in template_preprocess_amazon_item() (line 175 of F:\_WWW\xampp\htdocs\drupal7A2\sites\all\modules\amazon\amazon.module).
Regards
Florent
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | amazon.preg_split_740846_03.patch | 3.66 KB | rfay |
Comments
Comment #1
rfayThanks for the report, and glad you're trying out the D7 version.
It should be preg_split() these days. This should be fixed in the D6 version also.
Comment #2
lentreprenaute commentedHi rfay,
First try today with D7 and the Amazon module ;o)
Regards,
Florent
Comment #3
rfayCommitted to HEAD: http://drupal.org/cvs?commit=350194
Thanks for the report.