You are here

function tweet_feed_id_load in Tweet Feed 7.3

Same name and namespace in other branches
  1. 7.2 tweet_feed.module \tweet_feed_id_load()

Get the argument tweet_feed_id

File

./tweet_feed.module, line 164

Code

function tweet_feed_id_load($value) {
  return intval($value) ? $value : FALSE;
}