function tweet_feed_id_load in Tweet Feed 7.2
Same name and namespace in other branches
- 7.3 tweet_feed.module \tweet_feed_id_load()
Get the argument tweet_feed_id
File
- ./
tweet_feed.module, line 133
Code
function tweet_feed_id_load($value) {
return intval($value) ? $value : FALSE;
}