You are here

function lingotek_unselected in Lingotek Translation 7.5

Same name and namespace in other branches
  1. 7.7 lingotek.util.inc \lingotek_unselected()
  2. 7.2 lingotek.util.inc \lingotek_unselected()
  3. 7.3 lingotek.util.inc \lingotek_unselected()
  4. 7.4 lingotek.util.inc \lingotek_unselected()
  5. 7.6 lingotek.util.inc \lingotek_unselected()

File

./lingotek.util.inc, line 198
Utility functions.

Code

function lingotek_unselected($var) {
  return $var != "0";
}