Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.4, Fri Feb 24 18:01:43 2006 UTC | revision 1.5, Tue Apr 4 05:08:48 2006 UTC | |
|---|---|---|
| # | Line 188 function flickr_get_cached_file_contents | Line 188 function flickr_get_cached_file_contents |
| 188 | } | } |
| 189 | return file_get_contents ($cache_filename); // Return the file contents from the cache | return file_get_contents ($cache_filename); // Return the file contents from the cache |
| 190 | } | } |
| 191 | be | |
| 192 | function flickr_make_xmltree ($data) { | function flickr_make_xmltree ($data) { |
| 193 | // Yes, I know, this is slightly inflexible. This is a modified version of the WordPress FlickrXML parser. A new | // Yes, I know, this is slightly inflexible. This is a modified version of the WordPress FlickrXML parser. A new |
| 194 | // logic will be in 0.4. | // logic will be in 0.4. |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |