diff options
| author | Cash Costello <cash.costello@gmail.com> | 2009-06-21 21:47:47 +0000 | 
|---|---|---|
| committer | Cash Costello <cash.costello@gmail.com> | 2009-06-21 21:47:47 +0000 | 
| commit | 8a76d53f35eabe1b33f012e91fd745c1e0653203 (patch) | |
| tree | e7bf1fc433e499e2fa45f79a623a6a120f6b62f1 /lib/exif.php | |
| parent | 779ff6e97e53a016b9384427d65d98daf6480e24 (diff) | |
| download | elgg-8a76d53f35eabe1b33f012e91fd745c1e0653203.tar.gz elgg-8a76d53f35eabe1b33f012e91fd745c1e0653203.tar.bz2  | |
added convenience function for front page 
Diffstat (limited to 'lib/exif.php')
| -rw-r--r-- | lib/exif.php | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/exif.php b/lib/exif.php index 9d5ae6343..2bc25c996 100644 --- a/lib/exif.php +++ b/lib/exif.php @@ -1,5 +1,4 @@  <?php -include_once dirname(__FILE__) . "/tidypics.php";  function td_get_exif($file) {  	$mime = $file->mimetype;  | 
