DrupalBin
Submit Code
About
Recent Posts
float?
1 hour 13 min
ago
views handler
4 hours 43 min
ago
Code
4 hours 59 min
ago
Code
5 hours 34 sec
ago
more
Tags
CCK
drupal
fapi
jquery
menu
module
Panels
php
simpletest
test
theme
views
more tags
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Create new account
Request new password
Log in using OpenID
Cancel OpenID login
Home
Fix for image_ncck_flickr_extract
View
Download
Fix
July 2, 2008 - 1:26pm — Anonymous
function
image_ncck_flickr_extract
(
$embed
=
''
)
{
// http://flickr.com/photos/96898796@N00/194727976/
preg_match
(
'@flickr
\.
com/photos/[^/]*/(
\d
*)@i'
,
$embed
,
$matches
)
;
if
(
$matches
[
1
]
!=
''
)
{
return
$matches
[
1
]
;
}
return
array
(
)
;
}
Embedded Media Field
flickr