atom.module breaks with the newest cvs because of the deprecation of check_output. the attached patch fixes this issue plus a minor fix for not including an absolute url when referring to itself and using drupal_set_header() rather than header().
thanks,
alastair
| Comment | File | Size | Author |
|---|---|---|---|
| drupal-atom.module.patch.txt | 2.43 KB | liquidx |
Comments
Comment #1
deekayen commentedI changed check_output() to check_markup(), but I don't understand what this is for:
Comment #2
deekayen commentedI accidentally committed the code I asked about, and it's not breaking my feed reader for DRUPAL-4-6 or DRUPAL-4-7, so I guess I'll just close this.
Comment #3
dries commented