Changeset 4144
- Timestamp:
- 06/02/07 00:57:00 (6 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
plugins/sfThumbnailCachePlugin/lib/sfThumbnailCache.class.php
r4126 r4144 5 5 * For the full copyright and license information, please view the LICENSE 6 6 * file that was distributed with this source code. 7 */8 9 /**10 * @package sfThumbnailCache11 * @author Jonathan R. Todd <jtodd@adventexdesign.com>12 7 */ 13 8 … … 20 15 * 21 16 * @package sfThumbnailCache 22 * @version SVN: $Id : sfThumbnailCache.class.php 3285 2007-02-28 20:01:09Z jtodd$17 * @version SVN: $Id$ 23 18 * @author Jonathan R. Todd <jtodd@adventexdesign.com> 24 19 */