Skip to content

Commit

Permalink
New key MDL-10953
Browse files Browse the repository at this point in the history
  • Loading branch information
moodler committed Aug 22, 2007
1 parent 25a7d98 commit 57a260d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion blocks/tag_flickr/block_tag_flickr.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require_once($CFG->dirroot.'/tag/lib.php');
require_once($CFG->libdir . '/magpie/rss_cache.inc');

define('FLICKR_DEV_KEY', '4764a9d4fb1e1468f114158a7904901e');
define('FLICKR_DEV_KEY', '4fddbdd7ff2376beec54d7f6afad425e');
define('DEFAULT_NUMBER_OF_PHOTOS', 6);
define('FLICKR_CACHE_EXPIRATION', 1800);

Expand Down
2 changes: 1 addition & 1 deletion blocks/tag_youtube/block_tag_youtube.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
require_once($CFG->libdir . '/magpie/rss_cache.inc');
require_once($CFG->libdir . '/phpxml/xml.php');

define('YOUTUBE_DEV_KEY', 'PGm8FdJXS8Q');
define('YOUTUBE_DEV_KEY', 'Dlp6qqRbI28');
define('DEFAULT_NUMBER_OF_VIDEOS', 5);
define('YOUTUBE_CACHE_EXPIRATION', 1800);

Expand Down

0 comments on commit 57a260d

Please sign in to comment.