Diff of /moodle/lib/googleapi.php
Parent Directory
|
Revision Log
|
Patch
|
By moodler:
repository/picasa MDL-17473 Added a preview link
|
| 448 |
'thumbnail' => (string) $thumbnailinfo['url'], |
'thumbnail' => (string) $thumbnailinfo['url'], |
| 449 |
'thumbnail_width' => 72, // 72 is the native maximum dimension |
'thumbnail_width' => 72, // 72 is the native maximum dimension |
| 450 |
'thumbnail_height' => 72, |
'thumbnail_height' => 72, |
| 451 |
'source' => (string) $fullinfo['url'] |
'source' => (string) $fullinfo['url'], |
| 452 |
|
'url' => (string) $fullinfo['url'] |
| 453 |
); |
); |
| 454 |
} |
} |
| 455 |
|
|
|
|
Legend:
| Removed from v.1.4 |
|
| changed lines |
| |
Added in v.1.5 |
|
|